Searched refs:buf_max (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/kernel/ |
D | kexec_file.c | 391 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down() 435 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up() 466 if (end < kbuf->buf_min || start > kbuf->buf_max) in locate_mem_hole_callback() 484 unsigned long buf_min, unsigned long buf_max, in kexec_add_buffer() argument 520 kbuf->buf_max = buf_max; in kexec_add_buffer()
|
/linux-4.4.14/include/linux/ |
D | kexec.h | 196 unsigned long buf_max; member 228 unsigned long buf_max, bool top_down,
|
/linux-4.4.14/include/uapi/linux/ |
D | telephony.h | 193 unsigned short buf_min, buf_opt, buf_max; member
|
/linux-4.4.14/drivers/hwmon/ |
D | ltc2945.c | 285 u8 buf_max[3] = { 0, 0, 0 }; in ltc2945_reset_history() local 321 ret = regmap_bulk_write(regmap, reg, buf_max, num_regs); in ltc2945_reset_history()
|