Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dpage_alloc.c2354 static int nr_pcp_free(struct per_cpu_pages *pcp, int high, bool free_high) in nr_pcp_free() argument
2360 if (unlikely(free_high)) in nr_pcp_free()
2384 bool free_high) in nr_pcp_high()
2388 if (unlikely(!high || free_high)) in nr_pcp_high()
2407 bool free_high; in free_unref_page_commit() local
2420 free_high = (pcp->free_factor && order && order <= PAGE_ALLOC_COSTLY_ORDER); in free_unref_page_commit()
2422 high = nr_pcp_high(pcp, zone, free_high); in free_unref_page_commit()
2424 free_pcppages_bulk(zone, nr_pcp_free(pcp, high, free_high), pcp, pindex); in free_unref_page_commit()
2383 nr_pcp_high(struct per_cpu_pages *pcp, struct zone *zone, bool free_high) nr_pcp_high() argument

Completed in 10 milliseconds