Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbitset.h319 #define __BITSET_SIZE(_s) (__bitset_words((_s)) * sizeof(long)) macro
364 #define BITSET_ALLOC(_s, mt, mf) malloc(__BITSET_SIZE((_s)), mt, (mf))
369 #define BITSET_SIZE(_s) __BITSET_SIZE(_s)
H A Dcpuset.h77 #define CPU_ALLOC_SIZE(_s) __BITSET_SIZE(_s)