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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_alloc.c1367 #define ALLOC_HIGH 0x20 /* __GFP_HIGH set */ macro
1477 if (alloc_flags & ALLOC_HIGH)
1961 /* __GFP_HIGH is assumed to be the same as ALLOC_HIGH to save a branch. */
1962 BUILD_BUG_ON(__GFP_HIGH != ALLOC_HIGH);
1968 * set both ALLOC_HARDER (!wait) and ALLOC_HIGH (__GFP_HIGH).

Completed in 102 milliseconds