Searched refs:BIT_SUBSET (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | domainset.h | 55 #define DOMAINSET_SUBSET(p, c) BIT_SUBSET(DOMAINSET_SETSIZE, p, c)
|
| H A D | cpuset.h | 55 #define CPU_SUBSET(p, c) BIT_SUBSET(CPU_SETSIZE, p, c)
|
| H A D | bitset.h | 98 #define BIT_SUBSET(_s, p, c) __extension__ ({ \ macro
|
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 53 #define CPU_SUBSET(p, c) BIT_SUBSET(CPU_SETSIZE, p, c)
|
| H A D | bitset.h | 89 #define BIT_SUBSET(_s, p, c) __extension__ ({ \ macro
|