Home
last modified time | relevance | path

Searched refs:ctx_freelist (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/arch/sparc/sparc/
Dpmap.c386 union ctxinfo *ctx_freelist; /* context free list */ variable
2156 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()