Searched refs:ctx_kick (Results 1 – 2 of 2) sorted by relevance
123 int ctx_kick; /* allocation rover when none free */ member
337 #define ctx_kick (cpuinfo.ctx_kick) macro345 int ctx_kick; /* allocation rover when none free */1685 if ((ctx_kick += ctx_kickdir) >= ncontext) {1686 ctx_kick = ncontext - 1;1688 } else if (ctx_kick < 1) {1689 ctx_kick = 1;1692 c = &cpuinfo.ctxinfo[cnum = ctx_kick];2804 ctx_kick = 0;3197 ctx_kick = 0; in pmap_bootstrap4m()