Searched refs:BIT_COUNT (Results 1 – 5 of 5) sorted by relevance
71 #define DOMAINSET_COUNT(p) ((int)BIT_COUNT(DOMAINSET_SETSIZE, p))
68 #define CPU_COUNT(p) ((int)BIT_COUNT(CPU_SETSIZE, p))
264 #define BIT_COUNT(_s, p) __extension__ ({ \ macro
66 #define CPU_COUNT(p) BIT_COUNT(CPU_SETSIZE, p)
186 #define BIT_COUNT(_s, p) __extension__ ({ \ macro