Home
last modified time | relevance | path

Searched refs:primary_worker (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pkt_size_distr.c24 struct scheduler_worker primary_worker; member
43 psd_qp_ctx->primary_worker.nb_inflight_cops, in schedule_enqueue()
152 psd_qp_ctx->primary_worker.dev_id, in schedule_enqueue()
153 psd_qp_ctx->primary_worker.qp_id, in schedule_enqueue()
159 psd_qp_ctx->primary_worker.nb_inflight_cops += processed_ops_pri; in schedule_enqueue()
195 &qp_ctx->primary_worker, &qp_ctx->secondary_worker}; in schedule_dequeue()
270 ps_qp_ctx->primary_worker.dev_id = in scheduler_start()
272 ps_qp_ctx->primary_worker.qp_id = i; in scheduler_start()
273 ps_qp_ctx->primary_worker.nb_inflight_cops = 0; in scheduler_start()
303 if (ps_qp_ctx->primary_worker.nb_inflight_cops + in scheduler_stop()
H A Dscheduler_failover.c17 struct scheduler_worker primary_worker; member
49 enqueued_ops = failover_worker_enqueue(&qp_ctx->primary_worker, in schedule_enqueue()
84 &qp_ctx->primary_worker, &qp_ctx->secondary_worker}; in schedule_dequeue()
160 rte_memcpy(&qp_ctx->primary_worker, in scheduler_start()