Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage_alloc.c2392 int high_min, to_drain, batch; in decay_pcp_high() local
2395 high_min = READ_ONCE(pcp->high_min); in decay_pcp_high()
2402 if (pcp->high > high_min) { in decay_pcp_high()
2405 if (pcp->high > high_min) in decay_pcp_high()
2603 int high, high_min, high_max; in nr_pcp_high() local
2605 high_min = READ_ONCE(pcp->high_min); in nr_pcp_high()
2614 high_min); in nr_pcp_high()
2629 if (high_min == high_max) in nr_pcp_high()
3020 int high_max, high_min; in nr_pcp_alloc() local
3023 high_min = READ_ONCE(pcp->high_min); in nr_pcp_alloc()
[all …]
H A Dvmstat.c1819 pcp->high_min, in zoneinfo_show_print()
/linux-6.15/Documentation/mm/
H A Dphysical_memory.rst436 Copied to the ``high_min`` 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.h714 int high_min; /* min high watermark */ member