Searched refs:buf_min (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/kernel/ |
D | kexec_file.c | 398 if (temp_start < start || temp_start < kbuf->buf_min) in locate_mem_hole_top_down() 429 temp_start = max(start, kbuf->buf_min); 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 519 kbuf->buf_min = buf_min; in kexec_add_buffer()
|
/linux-4.4.14/include/linux/ |
D | kexec.h | 195 unsigned long buf_min; member 227 unsigned long buf_align, unsigned long buf_min,
|
/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 | 284 u8 buf_min[3] = { 0xff, 0xff, 0xff }; in ltc2945_reset_history() local 299 ret = regmap_bulk_write(regmap, reg, buf_min, num_regs); in ltc2945_reset_history()
|