Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dstop_machine.h44 struct cpu_stop_work *work_buf);
49 struct cpu_stop_work *work_buf,
51 void cpu_stop_work_wait(struct cpu_stop_work *work_buf);
84 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument
87 INIT_WORK(&work_buf->work, stop_one_cpu_nowait_workfn); in stop_one_cpu_nowait()
88 work_buf->fn = fn; in stop_one_cpu_nowait()
89 work_buf->arg = arg; in stop_one_cpu_nowait()
90 schedule_work(&work_buf->work); in stop_one_cpu_nowait()
/OK3568_Linux_fs/kernel/kernel/
H A Dstop_machine.c359 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument
361 *work_buf = (struct cpu_stop_work){ .fn = fn, .arg = arg, }; in stop_one_cpu_nowait()
362 return cpu_stop_queue_work(cpu, work_buf); in stop_one_cpu_nowait()
382 struct cpu_stop_work *work_buf, in stop_one_cpu_async() argument
387 work_buf->done = done; in stop_one_cpu_async()
388 work_buf->fn = fn; in stop_one_cpu_async()
389 work_buf->arg = arg; in stop_one_cpu_async()
391 if (cpu_stop_queue_work(cpu, work_buf)) in stop_one_cpu_async()
394 work_buf->done = NULL; in stop_one_cpu_async()
406 void cpu_stop_work_wait(struct cpu_stop_work *work_buf) in cpu_stop_work_wait() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregmap.c215 u8 *out = map->work_buf; in regmap_format_12_20_write()
227 u8 *out = map->work_buf; in regmap_format_2_6_write()
235 __be16 *out = map->work_buf; in regmap_format_4_12_write()
242 __be16 *out = map->work_buf; in regmap_format_7_9_write()
249 u8 *out = map->work_buf; in regmap_format_10_14_write()
1068 map->work_buf = kzalloc(map->format.buf_size, GFP_KERNEL); in __regmap_init()
1069 if (map->work_buf == NULL) { in __regmap_init()
1193 kfree(map->work_buf); in __regmap_init()
1485 kfree(map->work_buf); in regmap_exit()
1491 kfree(async->work_buf); in regmap_exit()
[all …]
H A Dinternal.h46 void *work_buf; member
63 void *work_buf; /* Scratch buffer used to format I/O */ member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/
H A Dice-mcpp.patch82 extern char work_buf[];