Searched refs:work_buf (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | stop_machine.h | 35 struct cpu_stop_work *work_buf); 73 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument 76 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()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-amd-asf-plat.c | 53 struct delayed_work work_buf; member 60 struct amd_asf_dev *dev = container_of(work, struct amd_asf_dev, work_buf.work); in amd_asf_process_target() 290 schedule_delayed_work(&dev->work_buf, HZ); in amd_asf_irq_handler() 331 ret = devm_delayed_work_autocancel(dev, &asf_dev->work_buf, amd_asf_process_target); in amd_asf_probe()
|
| /linux/kernel/ |
| H A D | stop_machine.c | 386 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()
|