Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c2501 static int nr_pcp_free(struct per_cpu_pages *pcp, int batch, int high, bool free_high) in nr_pcp_free() argument
2506 if (unlikely(free_high)) in nr_pcp_free()
2527 int batch, bool free_high) in nr_pcp_high() argument
2538 if (unlikely(free_high)) { in nr_pcp_high()
2580 bool free_high = false; in free_unref_page_commit() local
2601 free_high = (pcp->free_count >= batch && in free_unref_page_commit()
2611 high = nr_pcp_high(pcp, zone, batch, free_high); in free_unref_page_commit()
2613 free_pcppages_bulk(zone, nr_pcp_free(pcp, batch, high, free_high), in free_unref_page_commit()