Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Ddomainset.h54 #define DOMAINSET_ISFULLSET(p) BIT_ISFULLSET(DOMAINSET_SETSIZE, p)
H A Dcpuset.h54 #define CPU_ISFULLSET(p) BIT_ISFULLSET(CPU_SETSIZE, p)
H A Dbitset.h89 #define BIT_ISFULLSET(_s, p) __extension__ ({ \ macro
/f-stack/tools/compat/include/sys/
H A Dcpuset.h52 #define CPU_ISFULLSET(p) BIT_ISFULLSET(CPU_SETSIZE, p)
H A Dbitset.h80 #define BIT_ISFULLSET(_s, p) __extension__ ({ \ macro