Home
last modified time | relevance | path

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

1234567891011

/linux/tools/virtio/ringtest/
H 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()
/linux/include/linux/
H A Dslab.h1138 #define kcalloc(n, size, flags) kmalloc_array(n, size, (flags) | __GFP_ZERO)
1174 kmalloc_array_node(_n, _size, (_flags) | __GFP_ZERO, _node)
1179 #define kmem_cache_zalloc(_k, _flags) kmem_cache_alloc(_k, (_flags)|__GFP_ZERO)
1188 return kmalloc_noprof(size, flags | __GFP_ZERO); in kzalloc_noprof()
1191 #define kzalloc_node(_size, _flags, _node) kmalloc_node(_size, (_flags)|__GFP_ZERO, _node)
1201 #define kvzalloc(_size, _flags) kvmalloc(_size, (_flags)|__GFP_ZERO)
1203 #define kvzalloc_node(_size, _flags, _node) kvmalloc_node(_size, (_flags)|__GFP_ZERO, _node)
1220 #define kvcalloc_node_noprof(_n,_s,_f,_node) kvmalloc_array_node_noprof(_n,_s,(_f)|__GFP_ZERO,_node)
H A Dscs.h20 #define GFP_SCS (GFP_KERNEL | __GFP_ZERO)
/linux/arch/m68k/include/asm/
H A Dmcf_pgalloc.h17 struct ptdesc *ptdesc = pagetable_alloc((GFP_DMA | __GFP_ZERO) & in pte_alloc_one_kernel()
50 struct ptdesc *ptdesc = pagetable_alloc(GFP_DMA | __GFP_ZERO, 0); in pte_alloc_one()
/linux/rust/kernel/
H A Dalloc.rs78 pub const __GFP_ZERO: Flags = Flags(bindings::__GFP_ZERO); constant
/linux/mm/kmsan/
H A Dhooks.c62 if (flags & __GFP_ZERO) in kmsan_slab_alloc()
100 if (flags & __GFP_ZERO) in kmsan_kmalloc_large()
153 gfp_t gfp_mask = GFP_KERNEL | __GFP_ZERO; in kmsan_ioremap_page_range()
/linux/arch/x86/mm/
H A Dpti.c186 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_p4d()
213 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_pmd()
258 gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO); in pti_user_pagetable_walk_pte()
/linux/tools/virtio/linux/
H A Dslab.h6 #define __GFP_ZERO 0 macro
/linux/net/xfrm/
H A Dxfrm_hash.c26 __get_free_pages(GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, in xfrm_hash_alloc()
/linux/lib/
H A Dtest_vmalloc.c102 ptr = __vmalloc_node(size, align, GFP_KERNEL | __GFP_ZERO, 0, in random_size_align_alloc_test()
125 ptr = __vmalloc_node(PAGE_SIZE, align, GFP_KERNEL|__GFP_ZERO, 0, in align_shift_alloc_test()
143 GFP_KERNEL | __GFP_ZERO, 0, in fix_align_alloc_test()
/linux/arch/powerpc/include/asm/
H A Dpgalloc.h21 #define PGALLOC_GFP (GFP_KERNEL | __GFP_ZERO)
/linux/arch/sh/mm/
H A Dpgtable.c52 return kmem_cache_alloc(pmd_cachep, GFP_KERNEL | __GFP_ZERO); in pmd_alloc_one()
/linux/drivers/tee/amdtee/
H A Dshm_pool.c22 va = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order); in pool_op_alloc()
/linux/tools/testing/shared/
H A Dlinux.c94 else if (gfp & __GFP_ZERO) in kmem_cache_alloc_lru()
203 else if (gfp & __GFP_ZERO) in kmem_cache_alloc_bulk()
/linux/security/selinux/
H A Dstatus.c49 selinux_state.status_page = alloc_page(GFP_KERNEL|__GFP_ZERO); in selinux_kernel_status_page()
/linux/rust/bindings/
H A Dbindings_helper.h116 const gfp_t RUST_CONST_HELPER___GFP_ZERO = __GFP_ZERO;
/linux/sound/soc/meson/
H A Dmeson-card-utils.c51 GFP_KERNEL | __GFP_ZERO); in meson_card_reallocate_links()
57 GFP_KERNEL | __GFP_ZERO); in meson_card_reallocate_links()
/linux/drivers/ptp/
H A Dptp_kvm_x86.c32 p = alloc_page(GFP_KERNEL | __GFP_ZERO); in kvm_arch_ptp_init()
/linux/drivers/gpu/drm/lima/
H A Dlima_vm.c59 &vm->bts[pbe].dma, GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO); in lima_vm_map_page()
213 GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO); in lima_vm_create()
/linux/block/
H A Dblk-ioc.c226 ioc = kmem_cache_alloc_node(iocontext_cachep, gfp_flags | __GFP_ZERO, in alloc_io_context()
362 icq = kmem_cache_alloc_node(et->icq_cache, GFP_ATOMIC | __GFP_ZERO, in ioc_create_icq()
/linux/drivers/gpu/drm/msm/adreno/
H A Da2xx_gpummu.c103 GFP_KERNEL | __GFP_ZERO, DMA_ATTR_FORCE_CONTIGUOUS); in a2xx_gpummu_new()
/linux/tools/include/linux/
H A Dslab.h140 return kmalloc(size, gfp | __GFP_ZERO); in kzalloc()
/linux/mm/
H A Dslab.h683 return flags & __GFP_ZERO; in slab_want_init_on_alloc()
686 return flags & __GFP_ZERO; in slab_want_init_on_alloc()
/linux/kernel/
H A Dprofile.c106 GFP_KERNEL|__GFP_ZERO|__GFP_NOWARN); in profile_init()
/linux/drivers/xen/
H A Dprivcmd-buf.c149 vma_priv->pages[i] = alloc_page(GFP_KERNEL | __GFP_ZERO); in privcmd_buf_mmap()

1234567891011