Searched refs:__GFP_ZERO (Results 1 – 5 of 5) sorted by relevance
25 #define __GFP_ZERO 0x1 macro33 if (gfp & __GFP_ZERO) in kmalloc()40 return kmalloc(size, flags | __GFP_ZERO); in kzalloc()52 return kmalloc_array(n, size, flags | __GFP_ZERO); in kcalloc()
25 if (gfp & __GFP_ZERO) in kmalloc()51 if (gfp & __GFP_ZERO) in kmalloc_array()
6 #define __GFP_ZERO 0 macro
28 return kmalloc(size, gfp | __GFP_ZERO); in kzalloc()
108 else if (gfp & __GFP_ZERO) in kmem_cache_alloc_lru()211 else if (gfp & __GFP_ZERO) in kmem_cache_alloc_bulk()
Completed in 7 milliseconds