Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/power/
Dpoweroff.c30 schedule_work_on(cpumask_first(cpu_online_mask), &poweroff_work); in handle_poweroff()
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dworkqueues.h55 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() function
/Linux-v4.19/drivers/staging/speakup/
Dselection.c178 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()
/Linux-v4.19/drivers/cpufreq/
Dcpufreq_governor.c269 schedule_work_on(smp_processor_id(), &policy_dbs->work); in dbs_irq_work()
/Linux-v4.19/include/linux/
Dworkqueue.h552 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() function
/Linux-v4.19/mm/
Dmemory-failure.c1467 schedule_work_on(smp_processor_id(), &mf_cpu->work); in memory_failure_queue()
Dmemcontrol.c2055 schedule_work_on(cpu, &stock->work); in drain_all_stock()
/Linux-v4.19/kernel/trace/
Dring_buffer.c1768 schedule_work_on(cpu, in ring_buffer_resize()
1812 schedule_work_on(cpu_id, in ring_buffer_resize()
/Linux-v4.19/drivers/hv/
Dvmbus_drv.c883 schedule_work_on(vmbus_connection.connect_cpu, in vmbus_on_msg_dpc()
/Linux-v4.19/kernel/
Dworkqueue.c3166 schedule_work_on(cpu, work); in schedule_on_each_cpu()
4896 schedule_work_on(cpu, &wfc.work); in work_on_cpu()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c1440 schedule_work_on(cpu, &fps->work); in fcoe_rcv()