Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc/sparc/
Dpmap.c380 union ctxinfo *c_nextfree; /* free list (if free) */ member
2157 ctx_freelist = c->c_nextfree; in ctx_alloc()
2342 c->c_nextfree = ctx_freelist; in ctx_free()
3276 ci->c_nextfree = ci + 1; in pmap_bootstrap4_4c()
3278 ci->c_nextfree = NULL; in pmap_bootstrap4_4c()
3813 ci->c_nextfree = ci + 1; in pmap_bootstrap4m()
3815 ci->c_nextfree = NULL; in pmap_bootstrap4m()