Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpage_alloc.c2345 static int nr_pcp_free(struct per_cpu_pages *pcp, int high, bool free_high) in nr_pcp_free() argument
2351 if (unlikely(free_high)) in nr_pcp_free()
2375 bool free_high) in nr_pcp_high() argument
2379 if (unlikely(!high || free_high)) in nr_pcp_high()
2398 bool free_high; in free_unref_page_commit() local
2411 free_high = (pcp->free_factor && order && order <= PAGE_ALLOC_COSTLY_ORDER); in free_unref_page_commit()
2413 high = nr_pcp_high(pcp, zone, free_high); in free_unref_page_commit()
2415 free_pcppages_bulk(zone, nr_pcp_free(pcp, high, free_high), pcp, pindex); in free_unref_page_commit()