Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Ddomainset.h48 #define DOMAINSET_ISSET(n, p) BIT_ISSET(DOMAINSET_SETSIZE, n, p)
H A Dcpuset.h48 #define CPU_ISSET(n, p) BIT_ISSET(CPU_SETSIZE, n, p)
H A Dbitset.h56 #define BIT_ISSET(_s, n, p) \ macro
/f-stack/tools/compat/include/sys/
H A Dcpuset.h46 #define CPU_ISSET(n, p) BIT_ISSET(CPU_SETSIZE, n, p)
H A Dbitset.h47 #define BIT_ISSET(_s, n, p) \ macro