Home
last modified time | relevance | path

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

123

/linux/include/linux/
A Dgfp_types.h293 #define __GFP_COMP ((__force gfp_t)___GFP_COMP) macro
388 #define GFP_TRANSHUGE_LIGHT ((GFP_HIGHUSER_MOVABLE | __GFP_COMP | \
A Dgfp.h455 if (WARN_ON(!order || !(gfp & __GFP_COMP))) in folio_alloc_gigantic_noprof()
A Dhugetlb.h902 gfp_t gfp = __GFP_COMP | __GFP_NOWARN; in htlb_alloc_mask()
/linux/lib/
A Dtest_free_pages.c34 test_free_pages(GFP_KERNEL | __GFP_COMP); in m_in()
/linux/include/trace/events/
A Dmmflags.h40 gfpflag_string(__GFP_COMP), \
/linux/kernel/dma/
A Dmapping.c604 if (WARN_ON_ONCE(flag & __GFP_COMP)) in dma_alloc_attrs()
667 if (WARN_ON_ONCE(gfp & __GFP_COMP)) in __dma_alloc_pages()
761 if (WARN_ON_ONCE(gfp & __GFP_COMP)) in dma_alloc_noncontiguous()
/linux/io_uring/
A Dmemmap.c26 gfp |= __GFP_COMP; in io_mem_alloc_compound()
/linux/drivers/dma-buf/heaps/
A Dsystem_heap.c46 | __GFP_COMP)
/linux/arch/sparc/kernel/
A Dpci_fire.c237 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order); in pci_fire_msiq_alloc()
A Dpci_sun4v.c1063 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order); in pci_sun4v_msiq_alloc()
/linux/drivers/md/bcache/
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/mm/
A Dpage_alloc.c1566 if (order && (gfp_flags & __GFP_COMP)) in prep_new_page()
4783 struct page *page = __alloc_pages_noprof(gfp | __GFP_COMP, order, in __folio_alloc_noprof()
4875 gfp_mask = (gfp_mask & ~__GFP_DIRECT_RECLAIM) | __GFP_COMP | in __page_frag_cache_refill()
5034 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM))) in alloc_pages_exact_noprof()
5035 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM); in alloc_pages_exact_noprof()
5059 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM))) in alloc_pages_exact_nid_noprof()
5060 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM); in alloc_pages_exact_nid_noprof()
6622 if (!(gfp_mask & __GFP_COMP)) { in alloc_contig_range_noprof()
A Dcma.c525 if (WARN_ON(!order || !(gfp & __GFP_COMP))) in cma_alloc_folio()
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()
A Dmempolicy.c1237 gfp = GFP_HIGHUSER_MOVABLE | __GFP_RETRY_MAYFAIL | __GFP_COMP; in alloc_migration_target_by_mpol()
2283 return page_rmappable_folio(alloc_pages_mpol_noprof(gfp | __GFP_COMP, in folio_alloc_mpol_noprof()
2352 return page_rmappable_folio(alloc_pages_noprof(gfp | __GFP_COMP, order)); in folio_alloc_noprof()
/linux/drivers/md/
A Ddm-flakey.c446 pages = alloc_pages(GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN | __GFP_COMP, order); in clone_bio()
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe-desc.c298 gfp = GFP_ATOMIC | __GFP_COMP | __GFP_NOWARN; in xgbe_alloc_pages()
/linux/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac-desc.c338 gfp |= __GFP_COMP | __GFP_NOWARN; in xlgmac_alloc_pages()
/linux/drivers/net/ethernet/chelsio/cxgb3/
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/
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/
A Drx.c166 page = alloc_pages(__GFP_COMP | in ef4_init_rx_buffers()
/linux/net/core/
A Dpage_pool.c497 gfp |= __GFP_COMP; in __page_pool_alloc_page_order()
/linux/drivers/net/ethernet/sfc/
A Drx_common.c386 page = alloc_pages(__GFP_COMP | in efx_init_rx_buffers()
/linux/drivers/net/ethernet/sfc/siena/
A Drx_common.c386 page = alloc_pages(__GFP_COMP | in efx_init_rx_buffers()
/linux/drivers/iommu/
A Diommu.c2514 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map()
2624 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map_sg()

Completed in 95 milliseconds

123