Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_lcore.h226 unsigned int rte_get_next_lcore(unsigned int i, int skip_main, int wrap);
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_lcore.c96 unsigned int rte_get_next_lcore(unsigned int i, int skip_main, int wrap) in rte_get_next_lcore() argument
104 (skip_main && (i == rte_get_main_lcore()))) { in rte_get_next_lcore()