Searched refs:high_max (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/thermal/ |
| H A D | k3_j72xx_bandgap.c | 347 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 D | page_alloc.c | 2768 int high, high_min, high_max; in nr_pcp_high() local 2771 high_max = READ_ONCE(pcp->high_max); in nr_pcp_high() 2772 high = pcp->high = clamp(pcp->high, high_min, high_max); in nr_pcp_high() 2794 if (high_min == high_max) in nr_pcp_high() 2807 pcp->high = clamp(need_high, high_min, high_max); in nr_pcp_high() 3253 int high_max, high_min; in nr_pcp_alloc() local 3257 high_max = READ_ONCE(pcp->high_max); in nr_pcp_alloc() 3258 high = pcp->high = clamp(pcp->high, high_min, high_max); in nr_pcp_alloc() 3273 if (high_min != high_max && !test_bit(ZONE_BELOW_HIGH, &zone->flags)) in nr_pcp_alloc() 3274 high = pcp->high = min(high + batch, high_max); in nr_pcp_alloc() [all …]
|