Searched refs:BIT_ISSET (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | domainset.h | 48 #define DOMAINSET_ISSET(n, p) BIT_ISSET(DOMAINSET_SETSIZE, n, p)
|
| H A D | cpuset.h | 48 #define CPU_ISSET(n, p) BIT_ISSET(CPU_SETSIZE, n, p)
|
| H A D | bitset.h | 56 #define BIT_ISSET(_s, n, p) \ macro
|
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 46 #define CPU_ISSET(n, p) BIT_ISSET(CPU_SETSIZE, n, p)
|
| H A D | bitset.h | 47 #define BIT_ISSET(_s, n, p) \ macro
|