Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/common/linux/
H A Dlinux_work.c76 static bool acquire_work(struct work_struct *,
623 acquire_work(struct work_struct *work, struct workqueue_struct *wq) in acquire_work() function
711 if (__predict_true(acquire_work(work, wq))) { in queue_work()
979 if (__predict_true(acquire_work(&dw->work, wq))) { in queue_delayed_work()
1052 if (acquire_work(&dw->work, wq)) { in mod_delayed_work()
1669 if (acquire_work(&rw->work, wq)) { in queue_rcu_work()