Searched refs:__queue_work (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/ |
| H A D | workqueue.c | 1221 * __queue_work() ensures that @work doesn't jump to a different pool in assign_work() 2275 static void __queue_work(int cpu, struct workqueue_struct *wq, in __queue_work() function 2444 __queue_work(cpu, wq, work); in queue_work_on() 2525 __queue_work(cpu, wq, work); in queue_work_node() 2539 __queue_work(dwork->cpu, dwork->wq, &dwork->work); in delayed_work_timer_fn() 2560 __queue_work(cpu, wq, &dwork->work); in __queue_delayed_work() 2607 /* read the comment in __queue_work() */ in queue_delayed_work_on() 2659 /* read the comment in __queue_work() */ in rcu_work_rcufn() 2661 __queue_work(WORK_CPU_UNBOUND, rwork->wq, &rwork->work); in rcu_work_rcufn() 4226 * __queue_work() need in drain_workqueue() [all...] |