/linux/lib/ |
H A D | test_free_pages.c | 33 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 D | page_frag_cache.c | 57 gfp_mask = (gfp_mask & ~__GFP_DIRECT_RECLAIM) | __GFP_COMP | in __page_frag_cache_refill()
|
H A D | page_alloc.c | 1861 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 D | nommu.c | 118 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 D | mempolicy.c | 1386 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 D | cma.c | 928 if (WARN_ON(!order || !(gfp & __GFP_COMP))) in cma_alloc_folio()
|
/linux/kernel/dma/ |
H A D | mapping.c | 623 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 D | gfp.h | 449 if (WARN_ON(!order || !(gfp & __GFP_COMP))) in folio_alloc_gigantic_noprof()
|
H A D | hugetlb.h | 927 gfp_t gfp = __GFP_COMP | __GFP_NOWARN; in htlb_alloc_mask()
|
/linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 44 | __GFP_COMP)
|
/linux/io_uring/ |
H A D | memmap.c | 28 gfp |= __GFP_COMP; in io_mem_alloc_compound()
|
/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()
|
/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()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-desc.c | 189 gfp = GFP_ATOMIC | __GFP_COMP | __GFP_NOWARN; in xgbe_alloc_pages()
|
/linux/drivers/md/ |
H A D | dm-flakey.c | 461 pages = alloc_pages(GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN | __GFP_COMP, order); in clone_bio()
|
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-desc.c | 338 gfp |= __GFP_COMP | __GFP_NOWARN; in xlgmac_alloc_pages()
|
/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() 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 D | chtls_io.c | 257 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 D | rx.c | 166 page = alloc_pages(__GFP_COMP | in ef4_init_rx_buffers()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | rx_common.c | 383 page = alloc_pages(__GFP_COMP | in efx_init_rx_buffers()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | rx_common.c | 386 page = alloc_pages(__GFP_COMP | in efx_init_rx_buffers()
|
/linux/net/core/ |
H A D | page_pool.c | 526 gfp |= __GFP_COMP; in __page_pool_alloc_page_order()
|
/linux/drivers/scsi/qedi/ |
H A D | qedi_main.c | 238 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()
|