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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage_alloc.c910 u32 ignore_gfp_wait; member in struct:fail_page_alloc_attr
921 .ignore_gfp_wait = 1,
937 if (fail_page_alloc.ignore_gfp_wait && (gfp_mask & __GFP_WAIT))
959 &fail_page_alloc.ignore_gfp_wait);
H A Dslab.c3088 u32 ignore_gfp_wait; member in struct:failslab_attr
3095 .ignore_gfp_wait = 1,
3110 if (failslab.ignore_gfp_wait && (flags & __GFP_WAIT))
3131 &failslab.ignore_gfp_wait);

Completed in 91 milliseconds