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

/linux-master/include/linux/
H A Dmmzone.h675 * PCPF_PREV_FREE_HIGH_ORDER: a high-order page is freed in the
684 #define PCPF_PREV_FREE_HIGH_ORDER BIT(0) macro
/linux-master/mm/
H A Dpage_alloc.c2456 (pcp->flags & PCPF_PREV_FREE_HIGH_ORDER) &&
2459 pcp->flags |= PCPF_PREV_FREE_HIGH_ORDER;
2460 } else if (pcp->flags & PCPF_PREV_FREE_HIGH_ORDER) {
2461 pcp->flags &= ~PCPF_PREV_FREE_HIGH_ORDER;

Completed in 229 milliseconds