Searched refs:work_buf (Results 1 – 4 of 4) sorted by relevance
35 struct cpu_stop_work *work_buf);73 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument76 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()
215 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()249 u8 *out = map->work_buf; in regmap_format_7_17_write()259 u8 *out = map->work_buf; in regmap_format_10_14_write()1249 kfree(map->work_buf); in __regmap_init()1544 kfree(map->work_buf); in regmap_exit()1550 kfree(async->work_buf); in regmap_exit()1673 buf = map->work_buf; in regmap_set_work_buf_flag_mask()1801 memcpy(async->work_buf, map->work_buf, map->format.pad_bytes + in _regmap_raw_write_impl()[all …]
47 void *work_buf; member69 void *work_buf; /* Scratch buffer used to format I/O */ member
385 struct cpu_stop_work *work_buf) in stop_one_cpu_nowait() argument387 *work_buf = (struct cpu_stop_work){ .fn = fn, .arg = arg, .caller = _RET_IP_, }; in stop_one_cpu_nowait()388 return cpu_stop_queue_work(cpu, work_buf); in stop_one_cpu_nowait()
Completed in 14 milliseconds