Searched refs:_CPUSET_BIT (Results 1 – 1 of 1) sorted by relevance
38 #define _CPUSET_BIT(cpu) (1L << ((cpu) % NCPUSETBITS)) macro44 #define CPUSET_SET(cpu, set) ((set)->bits[_CPUSET_BITSINDEX(cpu)] |= _CPUSET_BIT(cpu))45 #define CPUSET_CLR(cpu, set) ((set)->bits[_CPUSET_BITSINDEX(cpu)] &= ~_CPUSET_BIT(cpu))46 #define CPUSET_ISSET(cpu, set) ((set)->bits[_CPUSET_BITSINDEX(cpu)] & _CPUSET_BIT(cpu))