Searched defs:CPU_COUNT (Results 1 – 4 of 4) sorted by relevance
56 #define CPU_COUNT(s) count_cpu(s) macro
66 #define CPU_COUNT(p) BIT_COUNT(CPU_SETSIZE, p) macro
68 #define CPU_COUNT(p) ((int)BIT_COUNT(CPU_SETSIZE, p)) macro
23 #define CPU_COUNT(x) __cpu_count(x) macro