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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 116 milliseconds