Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dpage_alloc.c2520 static int nr_pcp_free(struct per_cpu_pages *pcp, int batch, int high, bool free_high) in nr_pcp_free() argument
2525 if (unlikely(free_high)) in nr_pcp_free()
2546 int batch, bool free_high) in nr_pcp_high() argument
2557 if (unlikely(free_high)) { in nr_pcp_high()
2599 bool free_high = false; in free_unref_page_commit() local
2620 free_high = (pcp->free_count >= batch && in free_unref_page_commit()
2630 high = nr_pcp_high(pcp, zone, batch, free_high); in free_unref_page_commit()
2632 free_pcppages_bulk(zone, nr_pcp_free(pcp, batch, high, free_high), in free_unref_page_commit()