Home
last modified time | relevance | path

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

/dpdk/lib/eal/freebsd/include/
H A Drte_os.h47 #define RTE_CPU_FILL(set) CPU_FILL(set)
54 CPU_FILL(&tmp); \
62 CPU_FILL(&tmp); \
72 #define RTE_CPU_FILL CPU_FILL
75 CPU_FILL(&tmp); \
/dpdk/lib/eal/windows/include/
H A Drte_os.h53 #define RTE_CPU_FILL(set) CPU_FILL(set)
H A Dsched.h75 #define CPU_FILL(s) \ macro