Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dk3_j72xx_bandgap.c348 int high_max, low_temp; in k3_j72xx_bandgap_probe() local
496 high_max = k3_j72xx_bandgap_temp_to_adc_code(MAX_TEMP); in k3_j72xx_bandgap_probe()
499 writel((low_temp << 16) | high_max, data[0].bgp->cfg2_base + in k3_j72xx_bandgap_probe()
/linux/mm/
H A Dpage_alloc.c2474 int high, high_min, high_max; in nr_pcp_high() local
2477 high_max = READ_ONCE(pcp->high_max); in nr_pcp_high()
2500 if (high_min == high_max) in nr_pcp_high()
2513 pcp->high = clamp(need_high, high_min, high_max); in nr_pcp_high()
2867 int high_max, high_min; in nr_pcp_alloc() local
2871 high_max = READ_ONCE(pcp->high_max); in nr_pcp_alloc()
2888 high = pcp->high = min(high + batch, high_max); in nr_pcp_alloc()
5566 unsigned long high_max, unsigned long batch) in pageset_update() argument
5570 WRITE_ONCE(pcp->high_max, high_max); in pageset_update()
5591 pcp->high_max = BOOT_PAGESET_HIGH; in per_cpu_pages_init()
[all …]
/linux/include/linux/
H A Dmmzone.h695 int high_max; /* max high watermark */ member