Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Ddomainset.h68 BIT_COPY_STORE_REL(DOMAINSET_SETSIZE, f, t)
H A Dcpuset.h66 #define CPU_COPY_STORE_REL(f, t) BIT_COPY_STORE_REL(CPU_SETSIZE, f, t)
H A Dbitset.h217 #define BIT_COPY_STORE_REL(_s, f, t) do { \ macro
/f-stack/tools/compat/include/sys/
H A Dcpuset.h64 #define CPU_COPY_STORE_REL(f, t) BIT_COPY_STORE_REL(CPU_SETSIZE, f, t)
H A Dbitset.h164 #define BIT_COPY_STORE_REL(_s, f, t) do { \ macro