Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvc_dcc.c203 schedule_work_on(0, &dcc_pwork); in hvc_dcc0_put_chars()
244 schedule_work_on(0, &dcc_gwork); in hvc_dcc0_get_chars()
/linux/kernel/power/
H A Dpoweroff.c29 schedule_work_on(cpumask_first(cpu_online_mask), &poweroff_work); in handle_poweroff()
/linux/include/linux/
H A Dworkqueue.h740 static inline bool schedule_work_on(int cpu, struct work_struct *work) in schedule_work_on() function
/linux/kernel/trace/
H A Dtrace_osnoise.c2142 schedule_work_on(cpu, &osnoise_hotplug_work); in osnoise_cpu_init()
H A Dring_buffer.c3356 schedule_work_on(cpu, in ring_buffer_resize()
3414 schedule_work_on(cpu_id, in ring_buffer_resize()
/linux/kernel/
H A Dworkqueue.c4774 schedule_work_on(cpu, work); in schedule_on_each_cpu()
7069 schedule_work_on(cpu, &wfc.work); in work_on_cpu_key()