Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dk3_j72xx_bandgap.c347 int id, high_max, low_temp; in k3_j72xx_bandgap_init_hw() local
366 high_max = k3_j72xx_bandgap_temp_to_adc_code(MAX_TEMP); in k3_j72xx_bandgap_init_hw()
369 writel((low_temp << 16) | high_max, bgp->cfg2_base + K3_VTM_MISC_CTRL2_OFFSET); in k3_j72xx_bandgap_init_hw()
/linux/mm/
H A Dpage_alloc.c2807 int high, high_min, high_max; in nr_pcp_high() local
2810 high_max = READ_ONCE(pcp->high_max); in nr_pcp_high()
2811 high = pcp->high = clamp(pcp->high, high_min, high_max); in nr_pcp_high()
2833 if (high_min == high_max) in nr_pcp_high()
2846 pcp->high = clamp(need_high, high_min, high_max); in nr_pcp_high()
3287 int high_max, high_min; in nr_pcp_alloc() local
3291 high_max = READ_ONCE(pcp->high_max); in nr_pcp_alloc()
3292 high = pcp->high = clamp(pcp->high, high_min, high_max); in nr_pcp_alloc()
3307 if (high_min != high_max && !test_bit(ZONE_BELOW_HIGH, &zone->flags)) in nr_pcp_alloc()
3308 high = pcp->high = min(high + batch, high_max); in nr_pcp_alloc()
[all …]
H A Dvmstat.c1825 "\n high_max: %i", in zoneinfo_show_print()
1831 pcp->high_max); in zoneinfo_show_print()
/linux/include/linux/
H A Dmmzone.h749 int high_max; /* max high watermark */ member