Home
last modified time | relevance | path

Searched refs:work_task (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c122 taskqueue_enqueue(tq, &dwork->work.work_task); in linux_delayed_work_enqueue()
153 taskqueue_enqueue(wq->taskqueue, &work->work_task); in linux_queue_work_on()
394 if (taskqueue_cancel(tq, &work->work_task, NULL) == 0) in linux_cancel_work()
429 if (taskqueue_cancel(tq, &work->work_task, NULL) != 0) in linux_cancel_work_sync()
430 taskqueue_drain(tq, &work->work_task); in linux_cancel_work_sync()
434 if (taskqueue_cancel(tq, &work->work_task, NULL) != 0) in linux_cancel_work_sync()
435 taskqueue_drain(tq, &work->work_task); in linux_cancel_work_sync()
495 if (taskqueue_cancel(tq, &dwork->work.work_task, NULL) == 0) { in linux_cancel_delayed_work()
541 ret = taskqueue_cancel(tq, &dwork->work.work_task, NULL); in linux_cancel_delayed_work_sync_int()
545 taskqueue_drain(tq, &dwork->work.work_task); in linux_cancel_delayed_work_sync_int()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h67 struct task work_task; member
117 TASK_INIT(&(work)->work_task, 0, linux_work_fn, (work)); \
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c107 static void bnxt_re_task(struct work_struct *work_task);