Searched refs:high_min (Results 1 – 4 of 4) sorted by relevance
2392 int high_min, to_drain, batch; in decay_pcp_high() local2395 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() local2605 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() local3023 high_min = READ_ONCE(pcp->high_min); in nr_pcp_alloc()[all …]
1819 pcp->high_min, in zoneinfo_show_print()
436 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
714 int high_min; /* min high watermark */ member