Searched refs:BIT_ISFULLSET (Results 1 – 5 of 5) sorted by relevance
54 #define DOMAINSET_ISFULLSET(p) BIT_ISFULLSET(DOMAINSET_SETSIZE, p)
54 #define CPU_ISFULLSET(p) BIT_ISFULLSET(CPU_SETSIZE, p)
89 #define BIT_ISFULLSET(_s, p) __extension__ ({ \ macro
52 #define CPU_ISFULLSET(p) BIT_ISFULLSET(CPU_SETSIZE, p)
80 #define BIT_ISFULLSET(_s, p) __extension__ ({ \ macro