Searched refs:work_buf (Results 1 – 4 of 4) sorted by relevance
34 struct cpu_stop_work *work_buf);72 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument75 INIT_WORK(&work_buf->work, stop_one_cpu_nowait_workfn); in stop_one_cpu_nowait()76 work_buf->fn = fn; in stop_one_cpu_nowait()77 work_buf->arg = arg; in stop_one_cpu_nowait()78 schedule_work(&work_buf->work); in stop_one_cpu_nowait()
214 u8 *out = map->work_buf; in regmap_format_2_6_write()222 __be16 *out = map->work_buf; in regmap_format_4_12_write()229 __be16 *out = map->work_buf; in regmap_format_7_9_write()236 u8 *out = map->work_buf; in regmap_format_10_14_write()1036 map->work_buf = kzalloc(map->format.buf_size, GFP_KERNEL); in __regmap_init()1037 if (map->work_buf == NULL) { in __regmap_init()1161 kfree(map->work_buf); in __regmap_init()1347 kfree(map->work_buf); in regmap_exit()1353 kfree(async->work_buf); in regmap_exit()1443 orig_work_buf = map->work_buf; in _regmap_select_page()[all …]
46 void *work_buf; member63 void *work_buf; /* Scratch buffer used to format I/O */ member
367 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument369 *work_buf = (struct cpu_stop_work){ .fn = fn, .arg = arg, }; in stop_one_cpu_nowait()370 return cpu_stop_queue_work(cpu, work_buf); in stop_one_cpu_nowait()