Searched refs:__BIT_SETOF (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | domainset.h | 50 #define DOMAINSET_SETOF(n, p) __BIT_SETOF(DOMAINSET_SETSIZE, n, p)
|
H A D | bitset.h | 72 #define __BIT_SETOF(_s, n, p) do { \ macro 350 #define BIT_SETOF(_s, n, p) __BIT_SETOF(_s, n, p)
|
H A D | cpuset.h | 51 #define CPU_SETOF(n, p) __BIT_SETOF(CPU_SETSIZE, n, p)
|