Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c294 rc = taskqueue_cancel(tq->tq_queue, &ent->tqent_task, &pend); in taskq_cancel_id()
296 taskqueue_drain(tq->tq_queue, &ent->tqent_task); in taskq_cancel_id()
380 TASK_INIT(&task->tqent_task, prio, taskq_run, task); in taskq_dispatch()
381 taskqueue_enqueue(tq->tq_queue, &task->tqent_task); in taskq_dispatch()
410 TASK_INIT(&task->tqent_task, prio, taskq_run_ent, task); in taskq_dispatch_ent()
411 taskqueue_enqueue(tq->tq_queue, &task->tqent_task); in taskq_dispatch_ent()
430 taskqueue_drain(tq->tq_queue, &ent->tqent_task); in taskq_wait_id()
443 return (t->tqent_task.ta_pending == 0); in taskq_empty_ent()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtaskq.h51 struct task tqent_task; member