HomeSort by: relevance | last modified time | path
    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 29 milliseconds