Home
last modified time | relevance | path

Searched full:lower_max (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/trace/
H A Dpid_list.h50 #define LOWER_MAX (1 << LOWER_BITS) macro
51 #define LOWER_SIZE (LOWER_MAX / BITS_PER_LONG)
55 #define LOWER_MASK (LOWER_MAX - 1)
H A Dpid_list.c250 if (find_first_bit(lower_chunk->data, LOWER_MAX) >= LOWER_MAX) { in trace_pid_list_clear()
304 lower = find_next_bit(lower_chunk->data, LOWER_MAX, in trace_pid_list_next()
306 if (lower < LOWER_MAX) in trace_pid_list_next()
/linux/drivers/power/supply/
H A Daxp20x_battery.c715 bool lower_max = false; in axp20x_set_max_constant_charge_current() local
730 lower_max = true; in axp20x_set_max_constant_charge_current()
734 if (lower_max) { in axp20x_set_max_constant_charge_current()