Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dk3_j72xx_bandgap.c345 int id, high_max, low_temp; in k3_j72xx_bandgap_init_hw() local
364 high_max = k3_j72xx_bandgap_temp_to_adc_code(MAX_TEMP); in k3_j72xx_bandgap_init_hw()
367 writel((low_temp << 16) | high_max, bgp->cfg2_base + K3_VTM_MISC_CTRL2_OFFSET); in k3_j72xx_bandgap_init_hw()
/linux-6.12.1/mm/
Dpage_alloc.c2548 int high, high_min, high_max; in nr_pcp_high() local
2551 high_max = READ_ONCE(pcp->high_max); in nr_pcp_high()
2552 high = pcp->high = clamp(pcp->high, high_min, high_max); in nr_pcp_high()
2574 if (high_min == high_max) in nr_pcp_high()
2587 pcp->high = clamp(need_high, high_min, high_max); in nr_pcp_high()
2939 int high_max, high_min; in nr_pcp_alloc() local
2943 high_max = READ_ONCE(pcp->high_max); in nr_pcp_alloc()
2944 high = pcp->high = clamp(pcp->high, high_min, high_max); in nr_pcp_alloc()
2959 if (high_min != high_max && !test_bit(ZONE_BELOW_HIGH, &zone->flags)) in nr_pcp_alloc()
2960 high = pcp->high = min(high + batch, high_max); in nr_pcp_alloc()
[all …]
/linux-6.12.1/include/linux/
Dmmzone.h688 int high_max; /* max high watermark */ member