Searched refs:high_max (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | page_alloc.c | 2772 int high, high_min, high_max; in nr_pcp_high() local 2775 high_max = READ_ONCE(pcp->high_max); in nr_pcp_high() 2776 high = pcp->high = clamp(pcp->high, high_min, high_max); in nr_pcp_high() 2798 if (high_min == high_max) in nr_pcp_high() 2811 pcp->high = clamp(need_high, high_min, high_max); in nr_pcp_high() 3240 int high_max, high_min; in nr_pcp_alloc() local 3244 high_max = READ_ONCE(pcp->high_max); in nr_pcp_alloc() 3245 high = pcp->high = clamp(pcp->high, high_min, high_max); in nr_pcp_alloc() 3260 if (high_min != high_max && !test_bit(ZONE_BELOW_HIGH, &zone->flags)) in nr_pcp_alloc() 3261 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
|