Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/tty/hvc/
Dhvc_dcc.c195 schedule_work_on(0, &dcc_pwork); in hvc_dcc0_put_chars()
236 schedule_work_on(0, &dcc_gwork); in hvc_dcc0_get_chars()
/linux-6.6.21/kernel/power/
Dpoweroff.c29 schedule_work_on(cpumask_first(cpu_online_mask), &poweroff_work); in handle_poweroff()
/linux-6.6.21/drivers/platform/x86/intel/ifs/
Dload.c213 schedule_work_on(cpu, &local_work.w); in scan_chunks_sanity_check()
/linux-6.6.21/include/linux/
Dworkqueue.h602 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() function
/linux-6.6.21/drivers/cpufreq/
Dcpufreq_governor.c266 schedule_work_on(smp_processor_id(), &policy_dbs->work); in dbs_irq_work()
/linux-6.6.21/kernel/trace/
Dtrace_hwlat.c541 schedule_work_on(cpu, &hwlat_hotplug_work); in hwlat_cpu_init()
Dtrace_osnoise.c2100 schedule_work_on(cpu, &osnoise_hotplug_work); in osnoise_cpu_init()
Dring_buffer.c2198 schedule_work_on(cpu, in ring_buffer_resize()
2259 schedule_work_on(cpu_id, in ring_buffer_resize()
/linux-6.6.21/mm/
Dmemory-failure.c2420 schedule_work_on(smp_processor_id(), &mf_cpu->work); in memory_failure_queue()
Dmemcontrol.c2366 schedule_work_on(cpu, &stock->work); in drain_all_stock()
/linux-6.6.21/kernel/
Dworkqueue.c3662 schedule_work_on(cpu, work); in schedule_on_each_cpu()
5639 schedule_work_on(cpu, &wfc.work); in work_on_cpu_key()
/linux-6.6.21/drivers/scsi/fcoe/
Dfcoe.c1432 schedule_work_on(cpu, &fps->work); in fcoe_rcv()