Home
last modified time | relevance | path

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

/tools/virtio/ringtest/
A 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/lib/
A Dslab.c25 if (gfp & __GFP_ZERO) in kmalloc()
51 if (gfp & __GFP_ZERO) in kmalloc_array()
/tools/virtio/linux/
A Dslab.h6 #define __GFP_ZERO 0 macro
/tools/include/linux/
A Dslab.h28 return kmalloc(size, gfp | __GFP_ZERO); in kzalloc()
/tools/testing/shared/
A Dlinux.c108 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