Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/speakup/
Dselection.c92 schedule_work_on(WORK_CPU_UNBOUND, &speakup_sel_work.work); in speakup_set_selection()
134 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()
/Linux-v5.4/kernel/power/
Dpoweroff.c29 schedule_work_on(cpumask_first(cpu_online_mask), &poweroff_work); in handle_poweroff()
/Linux-v5.4/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-v5.4/include/linux/
Dworkqueue.h534 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() function
/Linux-v5.4/drivers/cpufreq/
Dcpufreq_governor.c266 schedule_work_on(smp_processor_id(), &policy_dbs->work); in dbs_irq_work()
/Linux-v5.4/mm/
Dmemory-failure.c1469 schedule_work_on(smp_processor_id(), &mf_cpu->work); in memory_failure_queue()
Dmemcontrol.c2286 schedule_work_on(cpu, &stock->work); in drain_all_stock()
/Linux-v5.4/kernel/trace/
Dring_buffer.c1792 schedule_work_on(cpu, in ring_buffer_resize()
1836 schedule_work_on(cpu_id, in ring_buffer_resize()
/Linux-v5.4/kernel/
Dworkqueue.c3289 schedule_work_on(cpu, work); in schedule_on_each_cpu()
5073 schedule_work_on(cpu, &wfc.work); in work_on_cpu()
/Linux-v5.4/drivers/hv/
Dvmbus_drv.c1054 schedule_work_on(vmbus_connection.connect_cpu, in vmbus_on_msg_dpc()
/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe.c1433 schedule_work_on(cpu, &fps->work); in fcoe_rcv()