Searched refs:BIT_SETOF (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | domainset.h | 52 #define DOMAINSET_SETOF(n, p) BIT_SETOF(DOMAINSET_SETSIZE, n, p)
|
| H A D | cpuset.h | 52 #define CPU_SETOF(n, p) BIT_SETOF(CPU_SETSIZE, n, p)
|
| H A D | bitset.h | 74 #define BIT_SETOF(_s, n, p) do { \ macro
|
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 50 #define CPU_SETOF(n, p) BIT_SETOF(CPU_SETSIZE, n, p)
|
| H A D | bitset.h | 65 #define BIT_SETOF(_s, n, p) do { \ macro
|