OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctx_kick
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sparc/sparc/
pmap.c
387
int
ctx_kick
; /* allocation rover when none free */
variable in typeref:typename:int
388
int ctx_kickdir; /*
ctx_kick
roves both directions */
2161
if ((
ctx_kick
+= ctx_kickdir) >= ncontext) {
2162
ctx_kick
= ncontext - 1;
2164
} else if (
ctx_kick
< 1) {
2165
ctx_kick
= 1;
2168
c = &ctxinfo[cnum =
ctx_kick
];
3279
ctx_kick
= 0;
3816
ctx_kick
= 0;
pmap.c
387
int
ctx_kick
; /* allocation rover when none free */
variable in typeref:typename:int
388
int ctx_kickdir; /*
ctx_kick
roves both directions */
2161
if ((
ctx_kick
+= ctx_kickdir) >= ncontext) {
2162
ctx_kick
= ncontext - 1;
2164
} else if (
ctx_kick
< 1) {
2165
ctx_kick
= 1;
2168
c = &ctxinfo[cnum =
ctx_kick
];
3279
ctx_kick
= 0;
3816
ctx_kick
= 0;
Completed in 30 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025