Searched refs:__GFP_COMP (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/lib/
H A Dtest_free_pages.c33 pr_info("Testing with GFP_KERNEL | __GFP_COMP\n");
34 test_free_pages(GFP_KERNEL | __GFP_COMP);
/linux-master/include/linux/
H A Dgfp_types.h261 * %__GFP_COMP address compound page metadata.
278 #define __GFP_COMP ((__force gfp_t)___GFP_COMP) macro
373 #define GFP_TRANSHUGE_LIGHT ((GFP_HIGHUSER_MOVABLE | __GFP_COMP | \
/linux-master/include/trace/events/
H A Dmmflags.h40 gfpflag_string(__GFP_COMP), \
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.h187 __GFP_COMP | __GFP_MEMALLOC)
/linux-master/kernel/dma/
H A Dmapping.c510 if (WARN_ON_ONCE(flag & __GFP_COMP))
567 if (WARN_ON_ONCE(gfp & __GFP_COMP))
654 if (WARN_ON_ONCE(gfp & __GFP_COMP))
/linux-master/arch/sparc/kernel/
H A Dpci_fire.c237 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order);
H A Dpci_sun4v.c1063 pages = __get_free_pages(GFP_KERNEL | __GFP_COMP, order);
/linux-master/drivers/dma-buf/heaps/
H A Dsystem_heap.c46 | __GFP_COMP)
/linux-master/drivers/md/bcache/
H A Djournal.c995 !(j->w[0].data = (void *) __get_free_pages(GFP_KERNEL|__GFP_COMP, JSET_BITS)) ||
996 !(j->w[1].data = (void *) __get_free_pages(GFP_KERNEL|__GFP_COMP, JSET_BITS)))
H A Dbset.c325 t->data = (void *) __get_free_pages(__GFP_COMP|gfp, b->page_order);
/linux-master/mm/
H A Dpage_alloc.c1543 if (order && (gfp_flags & __GFP_COMP))
4607 struct page *page = __alloc_pages(gfp | __GFP_COMP, order,
4696 gfp_mask = (gfp_mask & ~__GFP_DIRECT_RECLAIM) | __GFP_COMP |
4837 * @gfp_mask: GFP flags for the allocation, must not contain __GFP_COMP
4854 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM)))
4855 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM);
4867 * @gfp_mask: GFP flags for the allocation, must not contain __GFP_COMP
4879 if (WARN_ON_ONCE(gfp_mask & (__GFP_COMP | __GFP_HIGHMEM)))
4880 gfp_mask &= ~(__GFP_COMP | __GFP_HIGHMEM);
H A Dmempolicy.c1236 gfp = GFP_HIGHUSER_MOVABLE | __GFP_RETRY_MAYFAIL | __GFP_COMP;
2303 page = alloc_pages_mpol(gfp | __GFP_COMP, order,
2342 return page_rmappable_folio(alloc_pages(gfp | __GFP_COMP, order));
H A Dnommu.c146 return kmalloc(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM);
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c298 gfp = GFP_ATOMIC | __GFP_COMP | __GFP_NOWARN;
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-desc.c338 gfp |= __GFP_COMP | __GFP_NOWARN;
/linux-master/drivers/md/
H A Ddm-flakey.c446 pages = alloc_pages(GFP_NOIO | __GFP_NORETRY | __GFP_NOWARN | __GFP_COMP, order);
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c257 page = alloc_pages(sk->sk_allocation | __GFP_COMP, 0);
1146 page = alloc_pages(gfp | __GFP_COMP |
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Drx.c166 page = alloc_pages(__GFP_COMP |
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c562 GFP_ATOMIC | __GFP_COMP);
808 GFP_ATOMIC | __GFP_COMP) == 0)
3160 GFP_KERNEL | __GFP_COMP);
3171 GFP_KERNEL | __GFP_COMP);
/linux-master/drivers/net/ethernet/sfc/
H A Drx_common.c386 page = alloc_pages(__GFP_COMP |
/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx_common.c386 page = alloc_pages(__GFP_COMP |
/linux-master/net/core/
H A Dpage_pool.c458 gfp |= __GFP_COMP;
/linux-master/drivers/scsi/qedi/
H A Dqedi_main.c238 udev->ll2_ring = (void *)get_zeroed_page(GFP_KERNEL | __GFP_COMP);
247 udev->ll2_buf = (void *)__get_free_pages(GFP_KERNEL | __GFP_COMP |
/linux-master/drivers/iommu/
H A Diommu.c2497 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 |
2607 if (WARN_ON_ONCE(gfp & (__GFP_COMP | __GFP_DMA | __GFP_DMA32 |
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c122 page = alloc_pages(gfp | __GFP_COMP | __GFP_NOWARN, 0);

Completed in 1259 milliseconds

12