Home
last modified time | relevance | path

Searched refs:work_buf (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/
Dstop_machine.h32 struct cpu_stop_work *work_buf);
67 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument
70 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()
/linux-2.6.39/kernel/
Dstop_machine.c129 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument
131 *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()