Home
last modified time | relevance | path

Searched refs:alloc_order (Results 1 – 11 of 11) sorted by relevance

/linux/include/trace/events/
H A Dkmem.h269 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/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl242 my ($alloc_order, $fallback_order, $pageblock_order);
254 $alloc_order = $3;
/linux/drivers/dma/ioat/
H A Ddma.h131 u16 alloc_order; member
309 return 1 << ioat_chan->alloc_order; in ioat_ring_size()
H A Dinit.c601 const int total_descs = 1 << ioat_chan->alloc_order; in ioat_free_chan_resources()
653 ioat_chan->alloc_order = 0; in ioat_free_chan_resources()
678 return 1 << ioat_chan->alloc_order; in ioat_alloc_chan_resources()
707 ioat_chan->alloc_order = order; in ioat_alloc_chan_resources()
743 return 1 << ioat_chan->alloc_order; in ioat_alloc_chan_resources()
H A Dsysfs.c115 return sprintf(page, "%d\n", (1 << ioat_chan->alloc_order) & ~1); in ring_size_show()
/linux/arch/powerpc/sysdev/xive/
H A Dnative.c232 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()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c286 struct xgbe_page_alloc *pa, int alloc_order, in xgbe_alloc_pages() argument
295 order = alloc_order; in xgbe_alloc_pages()
/linux/Documentation/trace/
H A Devents-kmem.rst107 …mm_page_alloc_extfrag page=%p pfn=%lu alloc_order=%d fallback_order=%d pageblock_order=%d alloc_m…
/linux/mm/
H A Dvmscan.c7082 static void kswapd_try_to_sleep(pg_data_t *pgdat, int alloc_order, int reclaim_order, in kswapd_try_to_sleep() argument
7113 wakeup_kcompactd(pgdat, alloc_order, highest_zoneidx); in kswapd_try_to_sleep()
7181 unsigned int alloc_order, reclaim_order; in kswapd() local
7211 alloc_order = reclaim_order = READ_ONCE(pgdat->kswapd_order); in kswapd()
7216 kswapd_try_to_sleep(pgdat, alloc_order, reclaim_order, in kswapd()
7220 alloc_order = READ_ONCE(pgdat->kswapd_order); in kswapd()
7245 alloc_order); in kswapd()
7246 reclaim_order = balance_pgdat(pgdat, alloc_order, in kswapd()
7248 if (reclaim_order < alloc_order) in kswapd()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.c252 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/arch/powerpc/include/asm/
H A Dopal.h260 int64_t opal_xive_alloc_vp_block(uint32_t alloc_order);