Searched refs:__GFP_ZERO (Results 1 – 5 of 5) sorted by relevance
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | compat.h | 70 #define __GFP_ZERO ((__force gfp_t)0x8000u) /* Return zeroed page on success */ macro 76 return kmalloc(size, flags | __GFP_ZERO); in kzalloc() 83 return kmalloc(n * size, flags | __GFP_ZERO); in kmalloc_array() 88 return kmalloc_array(n, size, flags | __GFP_ZERO); in kcalloc()
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | device.h | 748 _devres_alloc(release, size, gfp | __GFP_ZERO) 871 return devm_kmalloc(dev, size, gfp | __GFP_ZERO); in devm_kzalloc() 883 return devm_kmalloc_array(dev, n, size, flags | __GFP_ZERO); in devm_kcalloc() 964 return kmalloc(n * size, flags | __GFP_ZERO); in devm_kcalloc()
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | linux_compat.c | 23 if (p && flags & __GFP_ZERO) in kmalloc()
|
/third_party/uboot/u-boot-2020.01/drivers/clk/ |
D | clk-uclass.c | 665 clk = devres_alloc(devm_clk_release, sizeof(struct clk), __GFP_ZERO); in devm_clk_get()
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 597 #define GFP_F2FS_ZERO (GFP_NOFS | __GFP_ZERO)
|