Searched refs:GFP_KMEMLEAK_MASK (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 Dkmemleak.c116 #define GFP_KMEMLEAK_MASK (GFP_KERNEL | GFP_ATOMIC) macro
514 object = kmem_cache_alloc(object_cache, gfp & GFP_KMEMLEAK_MASK);
737 area = kmem_cache_alloc(scan_area_cache, gfp & GFP_KMEMLEAK_MASK);

Completed in 54 milliseconds