Home
last modified time | relevance | path

Searched refs:schedule_work_on (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/kernel/power/
Dpoweroff.c30 schedule_work_on(cpumask_first(cpu_online_mask), &poweroff_work); in handle_poweroff()
/linux-4.1.27/drivers/staging/speakup/
Dselection.c181 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()
/linux-4.1.27/include/linux/
Dworkqueue.h512 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() function
/linux-4.1.27/mm/
Dswap.c886 schedule_work_on(cpu, work); in lru_add_drain_all()
Dmemory-failure.c1370 schedule_work_on(smp_processor_id(), &mf_cpu->work); in memory_failure_queue()
Dmemcontrol.c2164 schedule_work_on(cpu, &stock->work); in drain_all_stock()
/linux-4.1.27/kernel/trace/
Dring_buffer.c1753 schedule_work_on(cpu, in ring_buffer_resize()
1797 schedule_work_on(cpu_id, in ring_buffer_resize()
/linux-4.1.27/kernel/
Dworkqueue.c2989 schedule_work_on(cpu, work); in schedule_on_each_cpu()
4675 schedule_work_on(cpu, &wfc.work); in work_on_cpu()