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.c2330 static int nr_pcp_free(struct per_cpu_pages *pcp, int high, bool free_high) in nr_pcp_free() argument
2336 if (unlikely(free_high)) in nr_pcp_free()
2360 bool free_high) in nr_pcp_high() argument
2364 if (unlikely(!high || free_high)) in nr_pcp_high()
2383 bool free_high; in free_unref_page_commit() local
2396 free_high = (pcp->free_factor && order && order <= PAGE_ALLOC_COSTLY_ORDER); in free_unref_page_commit()
2398 high = nr_pcp_high(pcp, zone, free_high); in free_unref_page_commit()
2400 free_pcppages_bulk(zone, nr_pcp_free(pcp, high, free_high), pcp, pindex); in free_unref_page_commit()