Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h212 linux_queue_work(wq, work)
335 extern bool linux_queue_work(struct workqueue_struct *wq, struct work_struct *work);
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c293 bool linux_queue_work(struct workqueue_struct *wq, struct work_struct *work) in linux_queue_work() function