Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dsubr_thmap.c265 const uintptr_t gcaddr = thmap->ops->alloc(alloclen); in gc_alloc() local
267 if (!gcaddr) in gc_alloc()
270 thmap_gc_t *const gc = THMAP_GETPTR(thmap, gcaddr); in gc_alloc()
281 const uintptr_t gcaddr = THMAP_GETOFF(thmap, gc); in gc_free() local
286 thmap->ops->free(gcaddr, alloclen); in gc_free()