Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/power/
Dpoweroff.c30 schedule_work_on(cpumask_first(cpu_online_mask), &poweroff_work); in handle_poweroff()
/linux-4.4.14/drivers/staging/speakup/
Dselection.c182 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()
/linux-4.4.14/include/linux/
Dworkqueue.h512 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() function
/linux-4.4.14/mm/
Dswap.c888 schedule_work_on(cpu, work); in lru_add_drain_all()
Dmemory-failure.c1354 schedule_work_on(smp_processor_id(), &mf_cpu->work); in memory_failure_queue()
Dmemcontrol.c1976 schedule_work_on(cpu, &stock->work); in drain_all_stock()
/linux-4.4.14/kernel/trace/
Dring_buffer.c1729 schedule_work_on(cpu, in ring_buffer_resize()
1773 schedule_work_on(cpu_id, in ring_buffer_resize()
/linux-4.4.14/kernel/
Dworkqueue.c2982 schedule_work_on(cpu, work); in schedule_on_each_cpu()
4655 schedule_work_on(cpu, &wfc.work); in work_on_cpu()