Searched refs:__BIT_SET (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/sys/sys/ |
| HD | cpuset.h | 48 #define CPU_SET(n, p) __BIT_SET(CPU_SETSIZE, n, p) 82 #define CPU_SET_S(n, _s, p) __BIT_SET((_s) * 8, n, p)
|
| HD | domainset.h | 47 #define DOMAINSET_SET(n, p) __BIT_SET(DOMAINSET_SETSIZE, n, p)
|
| HD | bitset.h | 57 #define __BIT_SET(_s, n, p) \ macro 349 #define BIT_SET(_s, n, p) __BIT_SET(_s, n, p)
|