Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dcompat.h51 #define __GFP_ZERO ((__force gfp_t)0x8000u) /* Return zeroed page on success */ macro
57 return kmalloc(size, flags | __GFP_ZERO); in kzalloc()
64 return kmalloc(n * size, flags | __GFP_ZERO); in kmalloc_array()
69 return kmalloc_array(n, size, flags | __GFP_ZERO); in kcalloc()
/external/clang/test/Analysis/
Dkmalloc-linux.c5 #define __GFP_ZERO 0x8000 macro
19 list = kmalloc(sizeof(*list) * 10, __GFP_ZERO); in test_zeroed()
/external/u-boot/include/dm/
Ddevice.h656 _devres_alloc(release, size, gfp | __GFP_ZERO)
779 return devm_kmalloc(dev, size, gfp | __GFP_ZERO); in devm_kzalloc()
791 return devm_kmalloc_array(dev, n, size, flags | __GFP_ZERO); in devm_kcalloc()
872 return kmalloc(n * size, flags | __GFP_ZERO); in devm_kcalloc()
/external/u-boot/lib/
Dlinux_compat.c22 if (flags & __GFP_ZERO) in kmalloc()
/external/syzkaller/pkg/report/testdata/linux/report/
D2317 …lloc: allocation failure: 17045651456 bytes, mode:0x14080c0(GFP_KERNEL|__GFP_ZERO), nodemask=(null)
D2067 …lloc: allocation failure: 17178296320 bytes, mode:0x14080c0(GFP_KERNEL|__GFP_ZERO), nodemask=(null)
D1983 …alloc: allocation failure: 8589934588 bytes, mode:0x14080c0(GFP_KERNEL|__GFP_ZERO), nodemask=(null)
/external/f2fs-tools/include/
Df2fs_fs.h566 #define GFP_F2FS_ZERO (GFP_NOFS | __GFP_ZERO)