Searched refs:__GFP_ZERO (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | slab.h | 46 #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) 123 flags |= __GFP_ZERO; in kmalloc_node() 130 flags |= __GFP_ZERO; in kcalloc()
|
H A D | gfp.h | 45 #define __GFP_ZERO M_ZERO macro 147 return (linux_alloc_kmem(flags | __GFP_ZERO, 0)); in get_zeroed_page()
|
H A D | dmapool.h | 93 return (dma_pool_alloc(pool, mem_flags | __GFP_ZERO, handle)); in dma_pool_zalloc()
|
H A D | device.h | 700 devm_kmalloc((_dev), (_size), (_gfp) | __GFP_ZERO) 703 devm_kmalloc((_dev), ((_sizen) * (_size)), (_gfp) | __GFP_ZERO)
|
H A D | bitmap.h | 441 return (bitmap_alloc(size, flags | __GFP_ZERO)); in bitmap_zalloc()
|
H A D | dma-mapping.h | 160 return (dma_alloc_coherent(dev, size, dma_handle, flag | __GFP_ZERO)); in dma_zalloc_coherent()
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | kmem.h | 82 lflags |= __GFP_ZERO; in kmem_flags_convert()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_interrupt.c | 138 GFP_KERNEL | __GFP_ZERO); in lkpi_request_irq()
|
H A D | linux_pci.c | 625 GFP_KERNEL | __GFP_ZERO); in lkpi_pci_devres_get_alloc() 704 sizeof(*dr), GFP_KERNEL | __GFP_ZERO); in lkpi_pcim_iomap_devres_find() 1608 sizeof(*dr), GFP_KERNEL | __GFP_ZERO); in linuxkpi_dmam_alloc_coherent()
|
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | simd_x86.h | 254 GFP_KERNEL | __GFP_ZERO, order); in kfpu_init()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_uio.c | 460 __GFP_ZERO | GFP_KERNEL; in zfs_uio_dio_check_for_zero_page()
|
H A D | abd_os.c | 489 gfp_t gfp_zero_page = gfp | __GFP_ZERO; in abd_alloc_zero_scatter()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | uverbs_ioctl.h | 887 return _uverbs_alloc(bundle, size, GFP_KERNEL | __GFP_ZERO); in uverbs_zalloc()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_ioctl.c | 133 if (flags & __GFP_ZERO) in _uverbs_alloc()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_memfree.c | 114 page = alloc_pages(gfp_mask | __GFP_ZERO, order); in mthca_alloc_icm_pages()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_page_alloc_dma.c | 883 gfp_flags |= __GFP_ZERO; in ttm_dma_populate()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp.c | 1474 GFP_KERNEL | __GFP_ZERO); in ath12k_dp_reoq_lut_setup()
|