Home
last modified time | relevance | path

Searched defs:CPU_SET (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dsched.h32 #define CPU_SET(b, s) ((s)->_bits[_WHICH_SET(b)] |= (1LL << _WHICH_BIT(b))) macro
/f-stack/tools/compat/include/sys/
H A Dcpuset.h47 #define CPU_SET(n, p) BIT_SET(CPU_SETSIZE, n, p) macro
/f-stack/freebsd/sys/
H A Dcpuset.h49 #define CPU_SET(n, p) BIT_SET(CPU_SETSIZE, n, p) macro