Searched refs:work_buf (Results 1 – 1 of 1) sorted by relevance
35 struct cpu_stop_work *work_buf);73 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument76 INIT_WORK(&work_buf->work, stop_one_cpu_nowait_workfn); in stop_one_cpu_nowait()77 work_buf->fn = fn; in stop_one_cpu_nowait()78 work_buf->arg = arg; in stop_one_cpu_nowait()79 schedule_work(&work_buf->work); in stop_one_cpu_nowait()
Completed in 4 milliseconds