Searched refs:ctx_freelist (Results 1 – 1 of 1) sorted by relevance
386 union ctxinfo *ctx_freelist; /* context free list */ variable2156 if ((c = ctx_freelist) != NULL) { in ctx_alloc()2157 ctx_freelist = c->c_nextfree; in ctx_alloc()2342 c->c_nextfree = ctx_freelist; in ctx_free()2343 ctx_freelist = c; in ctx_free()3273 ctx_freelist = ci + 1; in pmap_bootstrap4_4c()3810 ctx_freelist = ci + 1; in pmap_bootstrap4m()