Home
last modified time | relevance | path

Searched defs:num_workers (Results 1 – 12 of 12) sorted by relevance

/dpdk/lib/distributor/
H A Ddistributor_private.h85 unsigned int num_workers; /**< Number of workers polling */ member
135 unsigned int num_workers; /**< Number of workers polling */ member
H A Drte_distributor_single.c379 unsigned num_workers) in rte_distributor_create_single()
H A Drte_distributor.c714 unsigned int num_workers, in rte_distributor_create()
/dpdk/examples/l3fwd/
H A Dl3fwd_event_internal_port.c25 uint16_t num_workers = 0; in l3fwd_event_device_setup_internal_port() local
H A Dl3fwd_event_generic.c25 uint16_t num_workers = 0; in l3fwd_event_device_setup_generic() local
/dpdk/examples/l2fwd-event/
H A Dl2fwd_event_internal_port.c33 uint16_t num_workers = 0; in l2fwd_event_device_setup_internal_port() local
H A Dl2fwd_event_generic.c35 uint16_t num_workers = 0; in l2fwd_event_device_setup_generic() local
/dpdk/app/test/
H A Dtest_distributor_perf.c192 const unsigned int num_workers = rte_lcore_count() - 1; in quit_workers() local
H A Dtest_distributor.c790 const unsigned num_workers = rte_lcore_count() - 1; in quit_workers() local
/dpdk/drivers/crypto/scheduler/
H A Dscheduler_multicore.c21 uint32_t num_workers; /**< Number of workers polling */ member
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h63 unsigned int num_workers; member
/dpdk/examples/distributor/
H A Dmain.c44 unsigned int num_workers; variable