Home
last modified time | relevance | path

Searched defs:worker_idx (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_multicore.c44 uint32_t worker_idx = mc_qp_ctx->last_enq_worker_idx; in schedule_enqueue() local
89 uint32_t worker_idx = mc_qp_ctx->last_deq_worker_idx; in schedule_dequeue() local
156 int i, worker_idx = -1; in mc_scheduler_worker() local
H A Dscheduler_roundrobin.c24 uint32_t worker_idx = rr_qp_ctx->last_enq_worker_idx; in schedule_enqueue() local
H A Dscheduler_pkt_size_distr.c32 uint8_t worker_idx; member
/f-stack/dpdk/app/test/
H A Dtest_distributor_perf.c23 static volatile unsigned worker_idx; variable
H A Dtest_distributor.c41 static volatile unsigned worker_idx; variable
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dmain.c398 int worker_idx = 0; in main() local