Home
last modified time | relevance | path

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

123

/linux-6.15/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 Dgfp.h444 if (WARN_ON(!order || !(gfp & __GFP_COMP))) in folio_alloc_gigantic_noprof()
H A Dhugetlb.h929 gfp_t gfp = __GFP_COMP | __GFP_NOWARN; in htlb_alloc_mask()
/linux-6.15/lib/
H A Dtest_free_pages.c34 test_free_pages(GFP_KERNEL | __GFP_COMP); in m_in()
/linux-6.15/mm/
H A Dpage_frag_cache.c57 gfp_mask = (gfp_mask & ~__GFP_DIRECT_RECLAIM) | __GFP_COMP | in __page_frag_cache_refill()
H A Dpage_alloc.c1724 if (order && (gfp_flags & __GFP_COMP)) in prep_new_page()
5018 struct page *page = __alloc_pages_noprof(gfp | __GFP_COMP, order, in __folio_alloc_noprof()
5150 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM))) in alloc_pages_exact_noprof()
5151 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM); in alloc_pages_exact_noprof()
5175 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM))) in alloc_pages_exact_nid_noprof()
5176 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM); in alloc_pages_exact_nid_noprof()
6637 const gfp_t action_mask = __GFP_COMP | __GFP_RETRY_MAYFAIL | __GFP_NOWARN | in __alloc_contig_verify_gfp_mask()
6795 if (!(gfp_mask & __GFP_COMP)) { in alloc_contig_range_noprof()
H A Dnommu.c118 return kmalloc_noprof(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM); in __vmalloc_noprof()
124 return krealloc_noprof(p, size, (flags | __GFP_COMP) & ~__GFP_HIGHMEM); in vrealloc_noprof()
H A Dmempolicy.c1272 gfp = GFP_HIGHUSER_MOVABLE | __GFP_RETRY_MAYFAIL | __GFP_COMP; in alloc_migration_target_by_mpol()
2320 struct page *page = alloc_pages_mpol(gfp | __GFP_COMP, order, pol, in folio_alloc_mpol_noprof()
2402 return page_rmappable_folio(alloc_pages_noprof(gfp | __GFP_COMP, order)); in folio_alloc_noprof()
H A Dcma.c926 if (WARN_ON(!order || !(gfp & __GFP_COMP))) in cma_alloc_folio()
/linux-6.15/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-6.15/io_uring/
H A Dmemmap.c27 gfp |= __GFP_COMP; in io_mem_alloc_compound()
/linux-6.15/drivers/dma-buf/heaps/
H A Dsystem_heap.c46 | __GFP_COMP)
/linux-6.15/arch/sparc/kernel/
H A Dpci_fire.c237 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order); in pci_fire_msiq_alloc()
H A Dpci_sun4v.c1063 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order); in pci_sun4v_msiq_alloc()
/linux-6.15/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()
/linux-6.15/drivers/md/
H A Ddm-flakey.c446 pages = alloc_pages(GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN | __GFP_COMP, order); in clone_bio()
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c298 gfp = GFP_ATOMIC | __GFP_COMP | __GFP_NOWARN; in xgbe_alloc_pages()
/linux-6.15/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-desc.c338 gfp |= __GFP_COMP | __GFP_NOWARN; in xlgmac_alloc_pages()
/linux-6.15/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-6.15/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-6.15/drivers/net/ethernet/sfc/falcon/
H A Drx.c166 page = alloc_pages(__GFP_COMP | in ef4_init_rx_buffers()
/linux-6.15/net/core/
H A Dpage_pool.c506 gfp |= __GFP_COMP; in __page_pool_alloc_page_order()
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Drx_common.c386 page = alloc_pages(__GFP_COMP | in efx_init_rx_buffers()
/linux-6.15/drivers/net/ethernet/sfc/
H A Drx_common.c389 page = alloc_pages(__GFP_COMP | in efx_init_rx_buffers()
/linux-6.15/drivers/iommu/
H A Diommu.c2518 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map()
2642 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map_sg()

123