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

/linux-master/include/linux/
H A Dstop_machine.h35 struct cpu_stop_work *work_buf);
73 struct cpu_stop_work *work_buf)
76 INIT_WORK(&work_buf->work, stop_one_cpu_nowait_workfn);
77 work_buf->fn = fn;
78 work_buf->arg = arg;
79 schedule_work(&work_buf->work);
71 stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, struct cpu_stop_work *work_buf) argument
/linux-master/drivers/base/regmap/
H A Dregmap.c215 u8 *out = map->work_buf;
227 u8 *out = map->work_buf;
235 __be16 *out = map->work_buf;
242 __be16 *out = map->work_buf;
249 u8 *out = map->work_buf;
259 u8 *out = map->work_buf;
1031 map->work_buf = kzalloc(map->format.buf_size, GFP_KERNEL);
1032 if (map->work_buf == NULL) {
1156 kfree(map->work_buf);
1452 kfree(map->work_buf);
[all...]
H A Dinternal.h47 void *work_buf; member in struct:regmap_async
69 void *work_buf; /* Scratch buffer used to format I/O */ member in struct:regmap
/linux-master/kernel/
H A Dstop_machine.c371 * @work_buf: pointer to cpu_stop_work structure
374 * caller is responsible for ensuring @work_buf is currently unused
385 struct cpu_stop_work *work_buf)
387 *work_buf = (struct cpu_stop_work){ .fn = fn, .arg = arg, .caller = _RET_IP_, };
388 return cpu_stop_queue_work(cpu, work_buf);
384 stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, struct cpu_stop_work *work_buf) argument

Completed in 171 milliseconds