Home
last modified time | relevance | path

Searched defs:CPU_COUNT (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dsched.h56 #define CPU_COUNT(s) count_cpu(s) macro
/f-stack/tools/compat/include/sys/
H A Dcpuset.h66 #define CPU_COUNT(p) BIT_COUNT(CPU_SETSIZE, p) macro
/f-stack/freebsd/sys/
H A Dcpuset.h68 #define CPU_COUNT(p) ((int)BIT_COUNT(CPU_SETSIZE, p)) macro
/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.c23 #define CPU_COUNT(x) __cpu_count(x) macro