Searched refs:mod_delayed_work_on (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | workqueue.h | 599 extern bool mod_delayed_work_on(int cpu, struct workqueue_struct *wq, 699 return mod_delayed_work_on(WORK_CPU_UNBOUND, wq, dwork, delay); in mod_delayed_work()
|
| /linux/drivers/xen/events/ |
| H A D | events_base.c | 584 mod_delayed_work_on(info->eoi_cpu, system_wq, in lateeoi_list_add() 669 mod_delayed_work_on(info->eoi_cpu, system_wq, in xen_irq_lateeoi_worker()
|
| /linux/include/net/libeth/ |
| H A D | xdp.h | 246 mod_delayed_work_on(raw_smp_processor_id(), system_bh_highpri_wq, in libeth_xdpsq_queue_timer()
|
| /linux/kernel/ |
| H A D | workqueue.c | 2582 bool mod_delayed_work_on(int cpu, struct workqueue_struct *wq, in mod_delayed_work_on() function 2596 EXPORT_SYMBOL_GPL(mod_delayed_work_on);
|