Searched refs:work_buf (Results 1 – 4 of 4) sorted by relevance
33 struct cpu_stop_work *work_buf);68 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument71 INIT_WORK(&work_buf->work, stop_one_cpu_nowait_workfn); in stop_one_cpu_nowait()72 work_buf->fn = fn; in stop_one_cpu_nowait()73 work_buf->arg = arg; in stop_one_cpu_nowait()74 schedule_work(&work_buf->work); in stop_one_cpu_nowait()
157 u8 *out = map->work_buf; in regmap_format_2_6_write()165 __be16 *out = map->work_buf; in regmap_format_4_12_write()172 __be16 *out = map->work_buf; in regmap_format_7_9_write()179 u8 *out = map->work_buf; in regmap_format_10_14_write()773 map->work_buf = kzalloc(map->format.buf_size, GFP_KERNEL); in regmap_init()774 if (map->work_buf == NULL) { in regmap_init()896 kfree(map->work_buf); in regmap_init()1082 kfree(map->work_buf); in regmap_exit()1088 kfree(async->work_buf); in regmap_exit()1175 orig_work_buf = map->work_buf; in _regmap_select_page()[all …]
48 void *work_buf; member64 void *work_buf; /* Scratch buffer used to format I/O */ member
320 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument322 *work_buf = (struct cpu_stop_work){ .fn = fn, .arg = arg, }; in stop_one_cpu_nowait()323 cpu_stop_queue_work(cpu, work_buf); in stop_one_cpu_nowait()