Home
last modified time | relevance | path

Searched refs:skip_main (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_lcore.h219 unsigned int rte_get_next_lcore(unsigned int i, int skip_main, int wrap);
/dpdk/lib/eal/common/
H A Deal_common_lcore.c91 unsigned int rte_get_next_lcore(unsigned int i, int skip_main, int wrap) in rte_get_next_lcore() argument
99 (skip_main && (i == rte_get_main_lcore()))) { in rte_get_next_lcore()