Searched refs:schedule_work_on (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/kernel/power/ |
D | poweroff.c | 30 schedule_work_on(cpumask_first(cpu_online_mask), &poweroff_work); in handle_poweroff()
|
/linux-4.1.27/drivers/staging/speakup/ |
D | selection.c | 181 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()
|
/linux-4.1.27/include/linux/ |
D | workqueue.h | 512 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() function
|
/linux-4.1.27/mm/ |
D | swap.c | 886 schedule_work_on(cpu, work); in lru_add_drain_all()
|
D | memory-failure.c | 1370 schedule_work_on(smp_processor_id(), &mf_cpu->work); in memory_failure_queue()
|
D | memcontrol.c | 2164 schedule_work_on(cpu, &stock->work); in drain_all_stock()
|
/linux-4.1.27/kernel/trace/ |
D | ring_buffer.c | 1753 schedule_work_on(cpu, in ring_buffer_resize() 1797 schedule_work_on(cpu_id, in ring_buffer_resize()
|
/linux-4.1.27/kernel/ |
D | workqueue.c | 2989 schedule_work_on(cpu, work); in schedule_on_each_cpu() 4675 schedule_work_on(cpu, &wfc.work); in work_on_cpu()
|