Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c2562 int high_min, to_drain, batch; in decay_pcp_high() local
2565 high_min = READ_ONCE(pcp->high_min); in decay_pcp_high()
2572 if (pcp->high > high_min) { in decay_pcp_high()
2574 pcp->high - (pcp->high >> 3), high_min); in decay_pcp_high()
2575 if (pcp->high > high_min) in decay_pcp_high()
2773 int high, high_min, high_max; in nr_pcp_high() local
2775 high_min = READ_ONCE(pcp->high_min); in nr_pcp_high()
2777 high = pcp->high = clamp(pcp->high, high_min, high_max); in nr_pcp_high()
2784 high_min); in nr_pcp_high()
2795 pcp->high = max(high - free_count, high_min); in nr_pcp_high()
[all …]
H A Dvmstat.c1840 pcp->high_min, in zoneinfo_show_print()
/linux/Documentation/mm/
H A Dphysical_memory.rst438 Copied to the ``high_min`` of the Per-CPU Pagesets for faster access.
445 ``batch``, ``high_min`` and ``high_max`` of the Per-CPU Pagesets are used to
/linux/include/linux/
H A Dmmzone.h748 int high_min; /* min high watermark */ member