Home
last modified time | relevance | path

Searched defs:worker (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/crypto/scheduler/
H A Dscheduler_roundrobin.c25 struct scheduler_worker *worker = &rr_qp_ctx->workers[worker_idx]; in schedule_enqueue() local
68 struct scheduler_worker *worker; in schedule_dequeue() local
H A Dscheduler_failover.c26 failover_worker_enqueue(struct scheduler_worker *worker, in failover_worker_enqueue()
93 struct scheduler_worker *worker = workers[qp_ctx->deq_idx]; in schedule_dequeue() local
H A Dscheduler_pkt_size_distr.c203 struct scheduler_worker *worker = workers[qp_ctx->deq_idx]; in schedule_dequeue() local
H A Drte_cryptodev_scheduler.c365 struct scheduler_worker *worker; in rte_cryptodev_scheduler_worker_attach() local
H A Dscheduler_multicore.c157 struct scheduler_worker *worker; in mc_scheduler_worker() local
/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c104 struct rte_event_ring *worker = p->cq_worker_ring; in sw_schedule_atomic_to_cq() local
348 struct rte_event_ring *worker = port->rx_worker_ring; in sw_refill_pp_buf() local
570 struct rte_event_ring *worker = port->cq_worker_ring; in sw_event_schedule() local
/dpdk/app/test/
H A Dtest_trace_perf.c129 unsigned int id, worker = 0; in WORKER_DEFINE() local
H A Dtest_dispatcher.c325 int worker; in test_app_get_worker_port() local
H A Dtest_mbuf.c1097 unsigned int main_lcore, worker, tref; in test_refcnt_mbuf() local
/dpdk/app/test-eventdev/
H A Dtest_order_common.h59 struct worker_data worker[EVT_MAX_PORTS]; member
H A Dtest_pipeline_common.h53 struct worker_data worker[EVT_MAX_PORTS]; member
/dpdk/lib/distributor/
H A Drte_distributor_single.c255 unsigned int worker = rte_ctz64(match); in rte_distributor_process_single() local
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h39 worker_loop worker; member