Home
last modified time | relevance | path

Searched refs:__GFP_COMP (Results 1 – 25 of 40) sorted by relevance

12

/linux/include/linux/
H A Dgfp_types.h293 #define __GFP_COMP ((__force gfp_t)___GFP_COMP) macro
388 #define GFP_TRANSHUGE_LIGHT ((GFP_HIGHUSER_MOVABLE | __GFP_COMP | \
H A Dhugetlb.h898 gfp_t gfp = __GFP_COMP | __GFP_NOWARN; in htlb_alloc_mask()
/linux/lib/
H A Dtest_free_pages.c34 test_free_pages(GFP_KERNEL | __GFP_COMP); in m_in()
/linux/kernel/dma/
H A Dmapping.c605 if (WARN_ON_ONCE(flag & __GFP_COMP)) in dma_alloc_attrs()
676 if (WARN_ON_ONCE(gfp & __GFP_COMP)) in __dma_alloc_pages()
772 if (WARN_ON_ONCE(gfp & __GFP_COMP)) in dma_alloc_noncontiguous()
/linux/include/trace/events/
H A Dmmflags.h103 gfpflag_string(__GFP_COMP), \
/linux/drivers/md/bcache/
H A Djournal.c995 !(j->w[0].data = (void *) __get_free_pages(GFP_KERNEL|__GFP_COMP, JSET_BITS)) || in bch_journal_alloc()
996 !(j->w[1].data = (void *) __get_free_pages(GFP_KERNEL|__GFP_COMP, JSET_BITS))) in bch_journal_alloc()
H A Dbset.c329 t->data = (void *) __get_free_pages(__GFP_COMP|gfp, b->page_order); in bch_btree_keys_alloc()
H A Dbtree.c811 __get_free_pages(GFP_KERNEL|__GFP_COMP, in bch_btree_cache_alloc()
H A Dsuper.c1848 ((void *) __get_free_pages(__GFP_ZERO|__GFP_COMP|gfp, ilog2(meta_bucket_pages(sb))))
/linux/mm/
H A Dpage_alloc.c1561 if (order && (gfp_flags & __GFP_COMP)) in prep_new_page()
4784 struct page *page = __alloc_pages_noprof(gfp | __GFP_COMP, order, in __folio_alloc_noprof()
4899 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM))) in alloc_pages_exact_noprof()
4900 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM); in alloc_pages_exact_noprof()
4924 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM))) in alloc_pages_exact_nid_noprof()
4925 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM); in alloc_pages_exact_nid_noprof()
6373 const gfp_t action_mask = __GFP_COMP | __GFP_RETRY_MAYFAIL | __GFP_NOWARN | in __alloc_contig_verify_gfp_mask()
6531 if (!(gfp_mask & __GFP_COMP)) { in alloc_contig_range_noprof()
H A Dnommu.c125 return kmalloc_noprof(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM); in __vmalloc_noprof()
131 return krealloc_noprof(p, size, (flags | __GFP_COMP) & ~__GFP_HIGHMEM); in vrealloc_noprof()
H A Dmempolicy.c1241 gfp = GFP_HIGHUSER_MOVABLE | __GFP_RETRY_MAYFAIL | __GFP_COMP; in alloc_migration_target_by_mpol()
2289 struct page *page = alloc_pages_mpol(gfp | __GFP_COMP, order, pol, in folio_alloc_mpol_noprof()
2371 return page_rmappable_folio(alloc_pages_noprof(gfp | __GFP_COMP, order)); in folio_alloc_noprof()
/linux/arch/sparc/kernel/
H A Dpci_fire.c237 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order); in pci_fire_msiq_alloc()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c298 gfp = GFP_ATOMIC | __GFP_COMP | __GFP_NOWARN; in xgbe_alloc_pages()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-desc.c338 gfp |= __GFP_COMP | __GFP_NOWARN; in xlgmac_alloc_pages()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c562 GFP_ATOMIC | __GFP_COMP); in __refill_fl()
808 GFP_ATOMIC | __GFP_COMP) == 0) in get_packet()
3160 GFP_KERNEL | __GFP_COMP); in t3_sge_alloc_qset()
3171 GFP_KERNEL | __GFP_COMP); in t3_sge_alloc_qset()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c257 page = alloc_pages(sk->sk_allocation | __GFP_COMP, 0); in tls_copy_ivs()
1146 page = alloc_pages(gfp | __GFP_COMP | in chtls_sendmsg()
/linux/drivers/net/ethernet/sfc/falcon/
H A Drx.c166 page = alloc_pages(__GFP_COMP | in ef4_init_rx_buffers()
/linux/net/core/
H A Dpage_pool.c501 gfp |= __GFP_COMP; in __page_pool_alloc_page_order()
/linux/drivers/iommu/
H A Diommu.c2487 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map()
2611 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map_sg()
H A Ddma-iommu.c985 gfp &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM | __GFP_COMP); in __iommu_dma_alloc_noncontiguous()
/linux/drivers/scsi/qedi/
H A Dqedi_main.c238 udev->ll2_ring = (void *)get_zeroed_page(GFP_KERNEL | __GFP_COMP); in __qedi_alloc_uio_rings()
247 udev->ll2_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_COMP | in __qedi_alloc_uio_rings()
/linux/kernel/trace/
H A Dring_buffer.c2130 mflags | __GFP_COMP | __GFP_ZERO, in __rb_allocate_pages()
2233 GFP_KERNEL | __GFP_COMP | __GFP_ZERO, in rb_allocate_cpu_buffer()
6363 GFP_KERNEL | __GFP_NORETRY | __GFP_COMP | __GFP_ZERO, in ring_buffer_alloc_read_page()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c122 page = alloc_pages(gfp | __GFP_COMP | __GFP_NOWARN, 0); in nicvf_alloc_page()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c541 __GFP_ZERO | __GFP_COMP | in mtk_wed_amsdu_buffer_alloc()

12