Home
last modified time | relevance | path

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

/kernel/
Dstop_machine.c386 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument
388 *work_buf = (struct cpu_stop_work){ .fn = fn, .arg = arg, .caller = _RET_IP_, }; in stop_one_cpu_nowait()
389 return cpu_stop_queue_work(cpu, work_buf); in stop_one_cpu_nowait()