Searched refs:queue_work_on (Results 1 – 6 of 6) sorted by relevance
/kernel/rcu/ |
D | srcutree.c | 465 queue_work_on(sdp->cpu, rcu_gp_wq, &sdp->work); in srcu_delay_timer() 472 queue_work_on(sdp->cpu, rcu_gp_wq, &sdp->work); in srcu_queue_delayed_work_on()
|
D | tree_exp.h | 452 queue_work_on(cpu, rcu_par_gp_wq, &rnp->rew.rew_work); in sync_rcu_exp_select_cpus()
|
D | tree.c | 2743 queue_work_on(rdp->cpu, rcu_gp_wq, &rdp->strict_work); in rcu_core()
|
/kernel/ |
D | smp.c | 1035 queue_work_on(cpu, system_wq, &sscs.work); in smp_call_on_cpu()
|
D | padata.c | 328 queue_work_on(cb_cpu, pinst->serial_wq, &squeue->work); in padata_reorder()
|
D | workqueue.c | 1535 bool queue_work_on(int cpu, struct workqueue_struct *wq, in queue_work_on() function 1551 EXPORT_SYMBOL(queue_work_on);
|