Home
last modified time | relevance | path

Searched refs:__GFP_ZERO (Results 1 – 5 of 5) sorted by relevance

/tools/virtio/ringtest/
Dptr_ring.c25 #define __GFP_ZERO 0x1 macro
33 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()
/tools/virtio/linux/
Dslab.h6 #define __GFP_ZERO 0 macro
/tools/testing/radix-tree/
Dlinux.c52 else if (gfp & __GFP_ZERO) in kmem_cache_alloc()
92 if (gfp & __GFP_ZERO) in kmalloc()
/tools/testing/radix-tree/linux/
Dslab.h17 return kmalloc(size, gfp | __GFP_ZERO); in kzalloc()
Dgfp.h14 #define __GFP_ZERO 0x8000u macro