Home
last modified time | relevance | path

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

12

/linux/lib/
H A Dtest_free_pages.c33 pr_info("Testing with GFP_KERNEL | __GFP_COMP\n"); in m_in()
34 test_free_pages(GFP_KERNEL | __GFP_COMP); in m_in()
/linux/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.c1861 if (order && (gfp_flags & __GFP_COMP)) in prep_new_page()
5192 struct page *page = __alloc_pages_noprof(gfp | __GFP_COMP, order, in __folio_alloc_noprof()
5307 * @gfp_mask: GFP flags for the allocation, must not contain __GFP_COMP
5324 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM))) in alloc_pages_exact_noprof()
5325 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM); in alloc_pages_exact_noprof()
5337 * @gfp_mask: GFP flags for the allocation, must not contain __GFP_COMP
5349 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM))) in alloc_pages_exact_nid_noprof()
5350 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM); in alloc_pages_exact_nid_noprof()
6786 const gfp_t action_mask = __GFP_COMP | __GFP_RETRY_MAYFAIL | __GFP_NOWARN | in __alloc_contig_verify_gfp_mask()
6944 if (!(gfp_mask & __GFP_COMP)) { in alloc_contig_range_noprof()
[all...]
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.c1386 gfp = GFP_HIGHUSER_MOVABLE | __GFP_RETRY_MAYFAIL | __GFP_COMP; in alloc_migration_target_by_mpol()
2435 struct page *page = alloc_pages_mpol(gfp | __GFP_COMP, order, pol, in folio_alloc_mpol_noprof()
2517 return page_rmappable_folio(alloc_pages_noprof(gfp | __GFP_COMP, order)); in folio_alloc_noprof()
H A Dcma.c928 if (WARN_ON(!order || !(gfp & __GFP_COMP))) in cma_alloc_folio()
/linux/kernel/dma/
H A Dmapping.c623 if (WARN_ON_ONCE(flag & __GFP_COMP)) in dma_alloc_attrs()
694 if (WARN_ON_ONCE(gfp & __GFP_COMP)) in __dma_alloc_pages()
790 if (WARN_ON_ONCE(gfp & __GFP_COMP)) in dma_alloc_noncontiguous()
/linux/include/linux/
H A Dgfp.h449 if (WARN_ON(!order || !(gfp & __GFP_COMP))) in folio_alloc_gigantic_noprof()
H A Dhugetlb.h927 gfp_t gfp = __GFP_COMP | __GFP_NOWARN; in htlb_alloc_mask()
/linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c44 | __GFP_COMP)
/linux/io_uring/
H A Dmemmap.c28 gfp |= __GFP_COMP; in io_mem_alloc_compound()
/linux/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/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.c325 t->data = (void *) __get_free_pages(__GFP_COMP|gfp, b->page_order); in bch_btree_keys_alloc()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c189 gfp = GFP_ATOMIC | __GFP_COMP | __GFP_NOWARN; in xgbe_alloc_pages()
/linux/drivers/md/
H A Ddm-flakey.c461 pages = alloc_pages(GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN | __GFP_COMP, order); in clone_bio()
/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()
1145 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/drivers/net/ethernet/sfc/siena/
H A Drx_common.c383 page = alloc_pages(__GFP_COMP | in efx_init_rx_buffers()
/linux/drivers/net/ethernet/sfc/
H A Drx_common.c386 page = alloc_pages(__GFP_COMP | in efx_init_rx_buffers()
/linux/net/core/
H A Dpage_pool.c526 gfp |= __GFP_COMP; in __page_pool_alloc_page_order()
/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()

12