/linux-6.6.21/include/trace/events/ ! |
D | kmem.h | 269 int alloc_order, int fallback_order, 273 alloc_order, fallback_order, 278 __field( int, alloc_order ) 287 __entry->alloc_order = alloc_order; 298 __entry->alloc_order,
|
/linux-6.6.21/arch/powerpc/sysdev/xive/ ! |
D | spapr.c | 548 unsigned int alloc_order; in xive_spapr_cleanup_queue() local 557 alloc_order = xive_alloc_order(xive_queue_shift); in xive_spapr_cleanup_queue() 559 uv_unshare_page(PHYS_PFN(__pa(q->qpage)), 1 << alloc_order); in xive_spapr_cleanup_queue() 560 free_pages((unsigned long)q->qpage, alloc_order); in xive_spapr_cleanup_queue()
|
D | native.c | 232 unsigned int alloc_order; in xive_native_cleanup_queue() local 239 alloc_order = xive_alloc_order(xive_queue_shift); in xive_native_cleanup_queue() 240 free_pages((unsigned long)q->qpage, alloc_order); in xive_native_cleanup_queue()
|
D | common.c | 1694 unsigned int alloc_order; in xive_queue_page_alloc() local 1698 alloc_order = xive_alloc_order(queue_shift); in xive_queue_page_alloc() 1699 pages = alloc_pages_node(cpu_to_node(cpu), GFP_KERNEL, alloc_order); in xive_queue_page_alloc()
|
/linux-6.6.21/Documentation/trace/postprocess/ ! |
D | trace-pagealloc-postprocess.pl | 242 my ($alloc_order, $fallback_order, $pageblock_order); 254 $alloc_order = $3;
|
/linux-6.6.21/drivers/dma/ioat/ ! |
D | dma.h | 131 u16 alloc_order; member 309 return 1 << ioat_chan->alloc_order; in ioat_ring_size()
|
D | sysfs.c | 115 return sprintf(page, "%d\n", (1 << ioat_chan->alloc_order) & ~1); in ring_size_show()
|
D | init.c | 612 const int total_descs = 1 << ioat_chan->alloc_order; in ioat_free_chan_resources() 664 ioat_chan->alloc_order = 0; in ioat_free_chan_resources() 689 return 1 << ioat_chan->alloc_order; in ioat_alloc_chan_resources() 718 ioat_chan->alloc_order = order; in ioat_alloc_chan_resources() 754 return 1 << ioat_chan->alloc_order; in ioat_alloc_chan_resources()
|
/linux-6.6.21/drivers/net/ethernet/amd/xgbe/ ! |
D | xgbe-desc.c | 286 struct xgbe_page_alloc *pa, int alloc_order, in xgbe_alloc_pages() argument 295 order = alloc_order; in xgbe_alloc_pages()
|
/linux-6.6.21/drivers/net/ethernet/brocade/bna/ ! |
D | bnad.h | 251 int alloc_order; member
|
D | bnad.c | 252 unmap_q->alloc_order = -1; in bnad_rxq_alloc_uninit() 271 unmap_q->alloc_order = 0; in bnad_rxq_alloc_init() 275 unmap_q->alloc_order = 0; in bnad_rxq_alloc_init() 279 unmap_q->alloc_order = order; in bnad_rxq_alloc_init() 352 alloc_size = PAGE_SIZE << unmap_q->alloc_order; in bnad_rxq_refill_page() 360 unmap_q->alloc_order); in bnad_rxq_refill_page()
|
/linux-6.6.21/Documentation/trace/ ! |
D | events-kmem.rst | 107 …mm_page_alloc_extfrag page=%p pfn=%lu alloc_order=%d fallback_order=%d pageblock_order=%d alloc_m…
|
/linux-6.6.21/mm/ ! |
D | vmscan.c | 7651 static void kswapd_try_to_sleep(pg_data_t *pgdat, int alloc_order, int reclaim_order, in kswapd_try_to_sleep() argument 7682 wakeup_kcompactd(pgdat, alloc_order, highest_zoneidx); in kswapd_try_to_sleep() 7750 unsigned int alloc_order, reclaim_order; in kswapd() local 7780 alloc_order = reclaim_order = READ_ONCE(pgdat->kswapd_order); in kswapd() 7785 kswapd_try_to_sleep(pgdat, alloc_order, reclaim_order, in kswapd() 7789 alloc_order = READ_ONCE(pgdat->kswapd_order); in kswapd() 7815 alloc_order); in kswapd() 7816 reclaim_order = balance_pgdat(pgdat, alloc_order, in kswapd() 7818 if (reclaim_order < alloc_order) in kswapd()
|
/linux-6.6.21/arch/powerpc/include/asm/ ! |
D | opal.h | 260 int64_t opal_xive_alloc_vp_block(uint32_t alloc_order);
|