Searched refs:schedule_work_on (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/kernel/power/ |
D | poweroff.c | 30 schedule_work_on(cpumask_first(cpu_online_mask), &poweroff_work); in handle_poweroff()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | selection.c | 182 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()
|
/linux-4.4.14/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.4.14/mm/ |
D | swap.c | 888 schedule_work_on(cpu, work); in lru_add_drain_all()
|
D | memory-failure.c | 1354 schedule_work_on(smp_processor_id(), &mf_cpu->work); in memory_failure_queue()
|
D | memcontrol.c | 1976 schedule_work_on(cpu, &stock->work); in drain_all_stock()
|
/linux-4.4.14/kernel/trace/ |
D | ring_buffer.c | 1729 schedule_work_on(cpu, in ring_buffer_resize() 1773 schedule_work_on(cpu_id, in ring_buffer_resize()
|
/linux-4.4.14/kernel/ |
D | workqueue.c | 2982 schedule_work_on(cpu, work); in schedule_on_each_cpu() 4655 schedule_work_on(cpu, &wfc.work); in work_on_cpu()
|