Searched refs:worker_detach (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | rte_cryptodev_scheduler_operations.h | 40 rte_cryptodev_scheduler_worker_attach_t worker_detach; member
|
| H A D | scheduler_failover.c | 130 worker_detach(__rte_unused struct rte_cryptodev *dev, in worker_detach() function 203 worker_detach,
|
| H A D | scheduler_roundrobin.c | 120 worker_detach(__rte_unused struct rte_cryptodev *dev, in worker_detach() function 196 worker_detach,
|
| H A D | rte_cryptodev_scheduler.c | 255 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 D | scheduler_multicore.c | 142 worker_detach(__rte_unused struct rte_cryptodev *dev, in worker_detach() function 393 worker_detach,
|
| H A D | scheduler_pkt_size_distr.c | 246 worker_detach(__rte_unused struct rte_cryptodev *dev, in worker_detach() function 403 worker_detach,
|
| H A D | scheduler_pmd_ops.c | 223 if (*sched_ctx->ops.worker_detach) in scheduler_pmd_stop() 224 (*sched_ctx->ops.worker_detach)(dev, worker_dev_id); in scheduler_pmd_stop()
|