Home
last modified time | relevance | path

Searched refs:BIT_SETOF (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Ddomainset.h52 #define DOMAINSET_SETOF(n, p) BIT_SETOF(DOMAINSET_SETSIZE, n, p)
H A Dcpuset.h52 #define CPU_SETOF(n, p) BIT_SETOF(CPU_SETSIZE, n, p)
H A Dbitset.h74 #define BIT_SETOF(_s, n, p) do { \ macro
/f-stack/tools/compat/include/sys/
H A Dcpuset.h50 #define CPU_SETOF(n, p) BIT_SETOF(CPU_SETSIZE, n, p)
H A Dbitset.h65 #define BIT_SETOF(_s, n, p) do { \ macro