Home
last modified time | relevance | path

Searched refs:buf_max (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dkexec.h196 unsigned long buf_max; member
228 unsigned long buf_max, bool top_down,
/linux-4.1.27/include/uapi/linux/
Dtelephony.h193 unsigned short buf_min, buf_opt, buf_max; member
/linux-4.1.27/drivers/hwmon/
Dltc2945.c285 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()
/linux-4.1.27/kernel/
Dkexec.c2023 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down()
2067 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up()
2098 if (end < kbuf->buf_min || start > kbuf->buf_max) in locate_mem_hole_callback()
2116 unsigned long buf_min, unsigned long buf_max, in kexec_add_buffer() argument
2152 kbuf->buf_max = buf_max; in kexec_add_buffer()