Searched refs:__GFP_ZERO (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/include/linux/ |
D | compat.h | 51 #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/ |
D | kmalloc-linux.c | 5 #define __GFP_ZERO 0x8000 macro 19 list = kmalloc(sizeof(*list) * 10, __GFP_ZERO); in test_zeroed()
|
/external/u-boot/include/dm/ |
D | device.h | 656 _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/ |
D | linux_compat.c | 22 if (flags & __GFP_ZERO) in kmalloc()
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 231 | 7 …lloc: allocation failure: 17045651456 bytes, mode:0x14080c0(GFP_KERNEL|__GFP_ZERO), nodemask=(null)
|
D | 206 | 7 …lloc: allocation failure: 17178296320 bytes, mode:0x14080c0(GFP_KERNEL|__GFP_ZERO), nodemask=(null)
|
D | 198 | 3 …alloc: allocation failure: 8589934588 bytes, mode:0x14080c0(GFP_KERNEL|__GFP_ZERO), nodemask=(null)
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 566 #define GFP_F2FS_ZERO (GFP_NOFS | __GFP_ZERO)
|