Searched refs:high_max (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | page_alloc.c | 2802 int high, high_min, high_max; in nr_pcp_high() local 2805 high_max = READ_ONCE(pcp->high_max); in nr_pcp_high() 2806 high = pcp->high = clamp(pcp->high, high_min, high_max); in nr_pcp_high() 2828 if (high_min == high_max) in nr_pcp_high() 2841 pcp->high = clamp(need_high, high_min, high_max); in nr_pcp_high() 3270 int high_max, high_min; in nr_pcp_alloc() local 3274 high_max = READ_ONCE(pcp->high_max); in nr_pcp_alloc() 3275 high = pcp->high = clamp(pcp->high, high_min, high_max); in nr_pcp_alloc() 3290 if (high_min != high_max && !test_bit(ZONE_BELOW_HIGH, &zone->flags)) in nr_pcp_alloc() 3291 high = pcp->high = min(high + batch, high_max); in nr_pcp_alloc() [all …]
|
| H A D | vmstat.c | 1846 pcp->high_max); in zoneinfo_show_print()
|
| /linux/include/linux/ |
| H A D | mmzone.h | 749 int high_max; /* max high watermark */ member
|