Searched defs:CPU_SET (Results 1 – 3 of 3) sorted by relevance
32 #define CPU_SET(b, s) ((s)->_bits[_WHICH_SET(b)] |= (1LL << _WHICH_BIT(b))) macro
47 #define CPU_SET(n, p) BIT_SET(CPU_SETSIZE, n, p) macro
49 #define CPU_SET(n, p) BIT_SET(CPU_SETSIZE, n, p) macro