Searched refs:__GFP_ZERO (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h46 #define kvzalloc(size, flags) kmalloc(size, (flags) | __GFP_ZERO)
47 #define kvcalloc(n, size, flags) kvmalloc_array(n, size, (flags) | __GFP_ZERO)
48 #define kzalloc(size, flags) kmalloc(size, (flags) | __GFP_ZERO)
49 #define kzalloc_node(size, flags, node) kmalloc_node(size, (flags) | __GFP_ZERO, node)
51 #define vzalloc(size) __vmalloc(size, GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, 0)
55 #define vmalloc_user(size) __vmalloc(size, GFP_KERNEL | __GFP_ZERO, 0)
126 flags |= __GFP_ZERO;
133 flags |= __GFP_ZERO;
H A Dgfp.h45 #define __GFP_ZERO M_ZERO macro
147 return (linux_alloc_kmem(flags | __GFP_ZERO, 0));
H A Ddmapool.h93 return (dma_pool_alloc(pool, mem_flags | __GFP_ZERO, handle));
H A Ddevice.h689 devm_kmalloc((_dev), (_size), (_gfp) | __GFP_ZERO)
692 devm_kmalloc((_dev), ((_sizen) * (_size)), (_gfp) | __GFP_ZERO)
H A Dbitmap.h441 return (bitmap_alloc(size, flags | __GFP_ZERO));
H A Ddma-mapping.h160 return (dma_alloc_coherent(dev, size, dma_handle, flag | __GFP_ZERO));
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h82 lflags |= __GFP_ZERO;
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_interrupt.c138 GFP_KERNEL | __GFP_ZERO);
H A Dlinux_pci.c607 GFP_KERNEL | __GFP_ZERO);
686 sizeof(*dr), GFP_KERNEL | __GFP_ZERO);
1574 sizeof(*dr), GFP_KERNEL | __GFP_ZERO);
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dsimd_x86.h254 GFP_KERNEL | __GFP_ZERO, order);
/freebsd-current/sys/ofed/include/rdma/
H A Duverbs_ioctl.h887 return _uverbs_alloc(bundle, size, GFP_KERNEL | __GFP_ZERO);
/freebsd-current/sys/dev/mthca/
H A Dmthca_memfree.c111 * Use __GFP_ZERO because buggy firmware assumes ICM pages are
114 page = alloc_pages(gfp_mask | __GFP_ZERO, order);
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_ioctl.c133 if (flags & __GFP_ZERO)
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c883 gfp_flags |= __GFP_ZERO;
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c490 gfp_t gfp_zero_page = gfp | __GFP_ZERO;
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Ddp.c1474 GFP_KERNEL | __GFP_ZERO);

Completed in 134 milliseconds