Searched refs:work_buf (Results 1 – 2 of 2) sorted by relevance
32 struct cpu_stop_work *work_buf);67 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument70 INIT_WORK(&work_buf->work, stop_one_cpu_nowait_workfn); in stop_one_cpu_nowait()71 work_buf->fn = fn; in stop_one_cpu_nowait()72 work_buf->arg = arg; in stop_one_cpu_nowait()73 schedule_work(&work_buf->work); in stop_one_cpu_nowait()
129 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument131 *work_buf = (struct cpu_stop_work){ .fn = fn, .arg = arg, }; in stop_one_cpu_nowait()132 cpu_stop_queue_work(&per_cpu(cpu_stopper, cpu), work_buf); in stop_one_cpu_nowait()