Home
last modified time | relevance | path

Searched refs:__BIT_SET (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dcpuset.h48 #define CPU_SET(n, p) __BIT_SET(CPU_SETSIZE, n, p)
82 #define CPU_SET_S(n, _s, p) __BIT_SET((_s) * 8, n, p)
H A Ddomainset.h47 #define DOMAINSET_SET(n, p) __BIT_SET(DOMAINSET_SETSIZE, n, p)
H A Dbitset.h57 #define __BIT_SET(_s, n, p) \ macro
349 #define BIT_SET(_s, n, p) __BIT_SET(_s, n, p)