Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDcpuset.h46 #define CPU_FILL(p) BIT_FILL(CPU_SETSIZE, p)
HDbitset.h52 #define BIT_FILL(_s, p) do { \ macro
/NextBSD/share/man/man9/
HDMakefile446 bitset.9 BIT_FILL.9 \
/NextBSD/sys/vm/
HDuma_core.c1005 BIT_FILL(SLAB_SETSIZE, &slab->us_free); in keg_alloc_slab()