Home
last modified time | relevance | path

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

/freebsd-12.1/sys/vm/
H A Duma_int.h282 struct slabbits us_debugfree; /* Debug bitmask. */ member
H A Duma_core.c1132 BIT_ZERO(SLAB_SETSIZE, &slab->us_debugfree); in keg_alloc_slab()
4223 if (BIT_ISSET(SLAB_SETSIZE, freei, &slab->us_debugfree))
4226 BIT_SET_ATOMIC(SLAB_SETSIZE, freei, &slab->us_debugfree);
4259 if (!BIT_ISSET(SLAB_SETSIZE, freei, &slab->us_debugfree))
4263 BIT_CLR_ATOMIC(SLAB_SETSIZE, freei, &slab->us_debugfree);