Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_roundrobin.c25 struct scheduler_worker *worker = &rr_qp_ctx->workers[worker_idx]; in schedule_enqueue() local
67 struct scheduler_worker *worker; in schedule_dequeue() local
H A Dscheduler_failover.c24 failover_worker_enqueue(struct scheduler_worker *worker, in failover_worker_enqueue()
85 struct scheduler_worker *worker = workers[qp_ctx->deq_idx]; in schedule_dequeue() local
H A Dscheduler_pmd_ops.c488 struct scheduler_worker *worker = &sched_ctx->workers[i]; in scheduler_pmd_sym_session_configure() local
511 struct scheduler_worker *worker = &sched_ctx->workers[i]; in scheduler_pmd_sym_session_clear() local
H A Drte_cryptodev_scheduler.c167 struct scheduler_worker *worker; in rte_cryptodev_scheduler_worker_attach() local
H A Dscheduler_pkt_size_distr.c196 struct scheduler_worker *worker = workers[qp_ctx->deq_idx]; in schedule_dequeue() local
H A Dscheduler_multicore.c157 struct scheduler_worker *worker; in mc_scheduler_worker() local
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c102 struct rte_event_ring *worker = p->cq_worker_ring; in sw_schedule_atomic_to_cq() local
344 struct rte_event_ring *worker = port->rx_worker_ring; in sw_refill_pp_buf() local
568 struct rte_event_ring *worker = port->cq_worker_ring; in sw_event_schedule() local
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dthreading.c38 static unsigned __stdcall worker(void *arg) in worker() function
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c945 ngx_int_t worker = (intptr_t) data; in ngx_worker_process_cycle() local
1001 ngx_worker_process_init(ngx_cycle_t *cycle, ngx_int_t worker) in ngx_worker_process_init()
/f-stack/dpdk/app/test/
H A Dtest_trace_perf.c131 unsigned int id, worker = 0; in WORKER_DEFINE() local
H A Dtest_mbuf.c1110 unsigned int main_lcore, worker, tref; in test_refcnt_mbuf() local
/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_common.h51 struct worker_data worker[EVT_MAX_PORTS]; member
H A Dtest_order_common.h59 struct worker_data worker[EVT_MAX_PORTS]; member
H A Dtest_perf_common.h56 struct worker_data worker[EVT_MAX_PORTS]; member
/f-stack/dpdk/lib/librte_distributor/
H A Drte_distributor_single.c260 unsigned worker = __builtin_ctzl(match); in rte_distributor_process_single() local
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h39 worker_loop worker; member
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h57 ngx_uint_t worker; member