Home
last modified time | relevance | path

Searched refs:RTE_STACK_F_LF (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_stack/
H A Drte_stack.h94 #define RTE_STACK_F_LF 0x0001 macro
117 if (s->flags & RTE_STACK_F_LF) in rte_stack_push()
141 if (s->flags & RTE_STACK_F_LF) in rte_stack_pop()
160 if (s->flags & RTE_STACK_F_LF) in rte_stack_count()
H A Drte_stack.c33 if (flags & RTE_STACK_F_LF) in EAL_REGISTER_TAILQ()
42 if (flags & RTE_STACK_F_LF) in rte_stack_get_memsize()
60 if (flags & ~(RTE_STACK_F_LF)) { in rte_stack_create()
68 if (flags & RTE_STACK_F_LF) { in rte_stack_create()
/f-stack/dpdk/drivers/mempool/stack/
H A Drte_mempool_stack.c41 return __stack_alloc(mp, RTE_STACK_F_LF); in lf_stack_alloc()
/f-stack/dpdk/app/test/
H A Dtest_stack.c376 return __test_stack(RTE_STACK_F_LF); in test_lf_stack()
H A Dtest_stack_perf.c352 return __test_stack_perf(RTE_STACK_F_LF); in test_lf_stack_perf()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst67 The lock-free behavior is selected by passing the *RTE_STACK_F_LF* flag to