Home
last modified time | relevance | path

Searched refs:worker_detach (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/crypto/scheduler/
H A Drte_cryptodev_scheduler_operations.h40 rte_cryptodev_scheduler_worker_attach_t worker_detach; member
H A Dscheduler_failover.c130 worker_detach(__rte_unused struct rte_cryptodev *dev, in worker_detach() function
203 worker_detach,
H A Dscheduler_roundrobin.c120 worker_detach(__rte_unused struct rte_cryptodev *dev, in worker_detach() function
196 worker_detach,
H A Drte_cryptodev_scheduler.c255 if (sched_ctx->ops.worker_detach(dev, worker_id) < 0) { in rte_cryptodev_scheduler_worker_detach()
463 sched_ctx->ops.worker_detach = scheduler->ops->worker_detach; in rte_cryptodev_scheduler_load_user_scheduler()
H A Dscheduler_multicore.c142 worker_detach(__rte_unused struct rte_cryptodev *dev, in worker_detach() function
393 worker_detach,
H A Dscheduler_pkt_size_distr.c246 worker_detach(__rte_unused struct rte_cryptodev *dev, in worker_detach() function
403 worker_detach,
H A Dscheduler_pmd_ops.c223 if (*sched_ctx->ops.worker_detach) in scheduler_pmd_stop()
224 (*sched_ctx->ops.worker_detach)(dev, worker_dev_id); in scheduler_pmd_stop()