Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/accessibility/speakup/
Dselection.c87 schedule_work_on(WORK_CPU_UNBOUND, &speakup_sel_work.work); in speakup_set_selection()
129 schedule_work_on(WORK_CPU_UNBOUND, &speakup_paste_work.work); in speakup_paste_selection()
/Linux-v5.10/kernel/power/
Dpoweroff.c29 schedule_work_on(cpumask_first(cpu_online_mask), &poweroff_work); in handle_poweroff()
/Linux-v5.10/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.10/include/linux/
Dworkqueue.h547 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() function
/Linux-v5.10/drivers/cpufreq/
Dcpufreq_governor.c266 schedule_work_on(smp_processor_id(), &policy_dbs->work); in dbs_irq_work()
/Linux-v5.10/mm/
Dmemory-failure.c1517 schedule_work_on(smp_processor_id(), &mf_cpu->work); in memory_failure_queue()
Dmemcontrol.c2373 schedule_work_on(cpu, &stock->work); in drain_all_stock()
/Linux-v5.10/kernel/trace/
Dring_buffer.c2036 schedule_work_on(cpu, in ring_buffer_resize()
2090 schedule_work_on(cpu_id, in ring_buffer_resize()
/Linux-v5.10/kernel/
Dworkqueue.c3298 schedule_work_on(cpu, work); in schedule_on_each_cpu()
5124 schedule_work_on(cpu, &wfc.work); in work_on_cpu()
/Linux-v5.10/drivers/scsi/fcoe/
Dfcoe.c1433 schedule_work_on(cpu, &fps->work); in fcoe_rcv()