Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/
H A 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.15/mm/
H A Dpage_alloc.c2603 int high, high_min, high_max; in nr_pcp_high() local
2606 high_max = READ_ONCE(pcp->high_max); in nr_pcp_high()
2629 if (high_min == high_max) in nr_pcp_high()
2642 pcp->high = clamp(need_high, high_min, high_max); in nr_pcp_high()
3020 int high_max, high_min; in nr_pcp_alloc() local
3024 high_max = READ_ONCE(pcp->high_max); in nr_pcp_alloc()
3041 high = pcp->high = min(high + batch, high_max); in nr_pcp_alloc()
5748 unsigned long high_max, unsigned long batch) in pageset_update() argument
5752 WRITE_ONCE(pcp->high_max, high_max); in pageset_update()
5773 pcp->high_max = BOOT_PAGESET_HIGH; in per_cpu_pages_init()
[all …]
H A Dvmstat.c1820 pcp->high_max); in zoneinfo_show_print()
/linux-6.15/Documentation/mm/
H A Dphysical_memory.rst439 Copied to the ``high_max`` of the Per-CPU Pagesets for faster access.
443 ``batch``, ``high_min`` and ``high_max`` of the Per-CPU Pagesets are used to
/linux-6.15/include/linux/
H A Dmmzone.h715 int high_max; /* max high watermark */ member