/openbmc/linux/include/linux/ |
H A D | gfp_types.h | 244 #define __GFP_COMP ((__force gfp_t)___GFP_COMP) macro 338 #define GFP_TRANSHUGE_LIGHT ((GFP_HIGHUSER_MOVABLE | __GFP_COMP | \
|
/openbmc/linux/lib/ |
H A D | test_free_pages.c | 34 test_free_pages(GFP_KERNEL | __GFP_COMP); in m_in()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | thread_info.h | 83 struct page *page = alloc_pages_node(node, GFP_KERNEL | __GFP_COMP, \
|
/openbmc/linux/kernel/dma/ |
H A D | mapping.c | 510 if (WARN_ON_ONCE(flag & __GFP_COMP)) in dma_alloc_attrs() 567 if (WARN_ON_ONCE(gfp & __GFP_COMP)) in __dma_alloc_pages() 654 if (WARN_ON_ONCE(gfp & __GFP_COMP)) in dma_alloc_noncontiguous()
|
/openbmc/linux/include/trace/events/ |
H A D | mmflags.h | 40 gfpflag_string(__GFP_COMP), \
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_dev.h | 195 __GFP_COMP | __GFP_MEMALLOC)
|
/openbmc/linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 46 | __GFP_COMP)
|
/openbmc/linux/drivers/md/bcache/ |
H A D | journal.c | 995 !(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 D | bset.c | 325 t->data = (void *) __get_free_pages(__GFP_COMP|gfp, b->page_order); in bch_btree_keys_alloc()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | pci_fire.c | 237 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order); in pci_fire_msiq_alloc()
|
H A D | pci_sun4v.c | 1063 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order); in pci_sun4v_msiq_alloc()
|
/openbmc/linux/mm/ |
H A D | page_alloc.c | 1564 if (order && (gfp_flags & __GFP_COMP)) in prep_new_page() 4482 struct page *page = __alloc_pages(gfp | __GFP_COMP, order, in __folio_alloc() 4571 gfp_mask |= __GFP_COMP | __GFP_NOWARN | __GFP_NORETRY | in __page_frag_cache_refill() 4702 * @gfp_mask: GFP flags for the allocation, must not contain __GFP_COMP 4719 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM))) in alloc_pages_exact() 4720 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM); in alloc_pages_exact() 4732 * @gfp_mask: GFP flags for the allocation, must not contain __GFP_COMP 4744 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM))) in alloc_pages_exact_nid() 4745 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM); in alloc_pages_exact_nid()
|
H A D | mempolicy.c | 2185 gfp |= __GFP_COMP; in vma_alloc_folio() 2194 gfp |= __GFP_COMP; in vma_alloc_folio() 2291 return page_rmappable_folio(alloc_pages(gfp | __GFP_COMP, order)); in folio_alloc()
|
H A D | slab_common.c | 1147 flags |= __GFP_COMP; in __kmalloc_large_node()
|
H A D | nommu.c | 148 return kmalloc(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM); in __vmalloc()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-desc.c | 298 gfp = GFP_ATOMIC | __GFP_COMP | __GFP_NOWARN; in xgbe_alloc_pages()
|
/openbmc/linux/drivers/md/ |
H A D | dm-flakey.c | 446 pages = alloc_pages(GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN | __GFP_COMP, order); in clone_bio()
|
/openbmc/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-desc.c | 338 gfp |= __GFP_COMP | __GFP_NOWARN; in xlgmac_alloc_pages()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | sge.c | 562 GFP_ATOMIC | __GFP_COMP); in __refill_fl() 808 GFP_ATOMIC | __GFP_COMP) == 0) in get_packet() 3173 GFP_KERNEL | __GFP_COMP); in t3_sge_alloc_qset() 3184 GFP_KERNEL | __GFP_COMP); in t3_sge_alloc_qset()
|
/openbmc/linux/net/core/ |
H A D | page_pool.c | 394 gfp |= __GFP_COMP; in __page_pool_alloc_page_order()
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_io.c | 257 page = alloc_pages(sk->sk_allocation | __GFP_COMP, 0); in tls_copy_ivs() 1146 page = alloc_pages(gfp | __GFP_COMP | in chtls_sendmsg()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | rx.c | 166 page = alloc_pages(__GFP_COMP | in ef4_init_rx_buffers()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | rx_common.c | 385 page = alloc_pages(__GFP_COMP | in efx_init_rx_buffers()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | rx_common.c | 385 page = alloc_pages(__GFP_COMP | in efx_init_rx_buffers()
|
/openbmc/linux/drivers/iommu/ |
H A D | iommu.c | 2514 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map() 2628 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 | in iommu_map_sg()
|