Home
last modified time | relevance | path

Searched defs:dwork (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c73 void linux_init_delayed_work(struct delayed_work *dwork, work_func_t func) in linux_init_delayed_work()
348 struct delayed_work *dwork = (struct delayed_work *)data; in DelayedWorkTimerFunc() local
359 STATIC BOOL OsDelayWorkQueueCond(UINTPTR sortList, UINTPTR dwork) in OsDelayWorkQueueCond()
365 bool queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork, unsigned int delay… in queue_delayed_work()
402 STATIC BOOL OsDelayWorkCancelCond(UINTPTR sortList, UINTPTR dwork) in OsDelayWorkCancelCond()
412 bool linux_cancel_delayed_work(struct delayed_work *dwork) in linux_cancel_delayed_work()
452 bool linux_cancel_delayed_work_sync(struct delayed_work *dwork) in linux_cancel_delayed_work_sync()
457 bool linux_flush_delayed_work(struct delayed_work *dwork) in linux_flush_delayed_work()
517 bool linux_schedule_delayed_work(struct delayed_work *dwork, unsigned int delayTime) in linux_schedule_delayed_work()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h214 #define queue_delayed_work(wq, dwork, delayTime) \ argument
220 #define schedule_delayed_work(dwork, delayTime) \ argument
226 #define flush_delayed_work(dwork) \ argument
229 #define cancel_delayed_work(dwork) \ argument
232 #define cancel_delayed_work_sync(dwork) \ argument