/linux/tools/virtio/ringtest/ |
A D | ptr_ring.c | 25 #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()
|
/linux/include/linux/ |
A D | slab.h | 661 return kmalloc_array(n, size, flags | __GFP_ZERO); in kcalloc() 691 return kmalloc_array_node(n, size, flags | __GFP_ZERO, node); in kcalloc_node() 714 return kmem_cache_alloc(k, flags | __GFP_ZERO); in kmem_cache_zalloc() 724 return kmalloc(size, flags | __GFP_ZERO); in kzalloc() 735 return kmalloc_node(size, flags | __GFP_ZERO, node); in kzalloc_node() 745 return kvmalloc_node(size, flags | __GFP_ZERO, node); in kvzalloc_node() 749 return kvmalloc(size, flags | __GFP_ZERO); in kvzalloc() 764 return kvmalloc_array(n, size, flags | __GFP_ZERO); in kvcalloc()
|
A D | scs.h | 20 #define GFP_SCS (GFP_KERNEL | __GFP_ZERO)
|
A D | dmapool.h | 55 return dma_pool_alloc(pool, mem_flags | __GFP_ZERO, handle); in dma_pool_zalloc()
|
/linux/include/drm/ |
A D | drm_managed.h | 61 return drmm_kmalloc(dev, size, gfp | __GFP_ZERO); in drmm_kzalloc() 100 return drmm_kmalloc_array(dev, n, size, flags | __GFP_ZERO); in drmm_kcalloc()
|
/linux/tools/testing/radix-tree/ |
A D | linux.c | 52 else if (gfp & __GFP_ZERO) in kmem_cache_alloc() 92 if (gfp & __GFP_ZERO) in kmalloc()
|
/linux/lib/ |
A D | cpumask.c | 130 return alloc_cpumask_var_node(mask, flags | __GFP_ZERO, node); in zalloc_cpumask_var_node() 152 return alloc_cpumask_var(mask, flags | __GFP_ZERO); in zalloc_cpumask_var()
|
A D | test_vmalloc.c | 94 ptr = __vmalloc_node(size, align, GFP_KERNEL | __GFP_ZERO, 0, in random_size_align_alloc_test() 117 ptr = __vmalloc_node(PAGE_SIZE, align, GFP_KERNEL|__GFP_ZERO, 0, in align_shift_alloc_test() 135 GFP_KERNEL | __GFP_ZERO, 0, in fix_align_alloc_test()
|
/linux/arch/x86/mm/ |
A D | pti.c | 174 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_p4d() 201 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_pmd() 246 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_pte()
|
/linux/tools/virtio/linux/ |
A D | slab.h | 6 #define __GFP_ZERO 0 macro
|
/linux/arch/x86/um/ |
A D | ldt.c | 162 __get_free_page(GFP_KERNEL|__GFP_ZERO); in write_ldt() 252 __get_free_pages(GFP_KERNEL|__GFP_ZERO, order); in ldt_get_host_info() 342 page = __get_free_page(GFP_KERNEL|__GFP_ZERO); in init_new_ldt()
|
/linux/drivers/gpu/drm/ttm/ |
A D | ttm_tt.c | 100 GFP_KERNEL | __GFP_ZERO); in ttm_tt_alloc_page_directory() 111 GFP_KERNEL | __GFP_ZERO); in ttm_dma_tt_alloc_page_directory() 123 GFP_KERNEL | __GFP_ZERO); in ttm_sg_tt_alloc_page_directory()
|
/linux/tools/testing/radix-tree/linux/ |
A D | gfp.h | 14 #define __GFP_ZERO 0x8000u macro
|
A D | slab.h | 17 return kmalloc(size, gfp | __GFP_ZERO); in kzalloc()
|
/linux/net/xfrm/ |
A D | xfrm_hash.c | 26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
|
/linux/arch/microblaze/include/asm/ |
A D | pgalloc.h | 26 return (pgd_t *)__get_free_pages(GFP_KERNEL|__GFP_ZERO, 0); in get_pgd()
|
/linux/drivers/firmware/efi/ |
A D | capsule-loader.c | 63 GFP_KERNEL | __GFP_ZERO); in __efi_capsule_setup_info() 71 GFP_KERNEL | __GFP_ZERO); in __efi_capsule_setup_info()
|
/linux/arch/xtensa/include/asm/ |
A D | pgalloc.h | 32 return (pgd_t*) __get_free_pages(GFP_KERNEL | __GFP_ZERO, PGD_ORDER); in pgd_alloc()
|
/linux/fs/xfs/ |
A D | kmem.h | 51 lflags |= __GFP_ZERO; in kmem_flags_convert()
|
/linux/net/xdp/ |
A D | xsk_queue.c | 36 gfp_flags = GFP_KERNEL | __GFP_ZERO | __GFP_NOWARN | in xskq_create()
|
/linux/arch/powerpc/include/asm/ |
A D | pgalloc.h | 21 #define PGALLOC_GFP (GFP_KERNEL | __GFP_ZERO)
|
/linux/arch/x86/include/asm/ |
A D | page.h | 38 alloc_page_vma(GFP_HIGHUSER_MOVABLE | __GFP_ZERO, vma, vaddr)
|
/linux/arch/ia64/include/asm/ |
A D | pgalloc.h | 29 return (pgd_t *)__get_free_page(GFP_KERNEL | __GFP_ZERO); in pgd_alloc()
|
/linux/arch/sh/mm/ |
A D | pgtable.c | 50 return kmem_cache_alloc(pmd_cachep, GFP_KERNEL | __GFP_ZERO); in pmd_alloc_one()
|
/linux/arch/m68k/include/asm/ |
A D | page_no.h | 17 alloc_page_vma(GFP_HIGHUSER_MOVABLE | __GFP_ZERO, vma, vaddr)
|