Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dkmem.h272 int alloc_order, int fallback_order,
276 alloc_order, fallback_order,
281 __field( int, alloc_order )
290 __entry->alloc_order = alloc_order;
301 __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/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()
H A Dcommon.c1693 unsigned int alloc_order; in xive_queue_page_alloc() local
1697 alloc_order = xive_alloc_order(queue_shift); in xive_queue_page_alloc()
1698 pages = alloc_pages_node(cpu_to_node(cpu), GFP_KERNEL, alloc_order); in xive_queue_page_alloc()
/linux/drivers/dma/ioat/
H A Dsysfs.c115 return sprintf(page, "%d\n", (1 << ioat_chan->alloc_order) & ~1); in ring_size_show()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c177 struct xgbe_page_alloc *pa, int alloc_order, in xgbe_alloc_pages() argument
186 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/drivers/net/ethernet/brocade/bna/
H A Dbnad.c253 unmap_q->alloc_order = -1; in bnad_rxq_alloc_uninit()
272 unmap_q->alloc_order = 0; in bnad_rxq_alloc_init()
276 unmap_q->alloc_order = 0; in bnad_rxq_alloc_init()
280 unmap_q->alloc_order = order; in bnad_rxq_alloc_init()
353 alloc_size = PAGE_SIZE << unmap_q->alloc_order; in bnad_rxq_refill_page()
361 unmap_q->alloc_order); in bnad_rxq_refill_page()
/linux/mm/
H A Dvmscan.c7194 static void kswapd_try_to_sleep(pg_data_t *pgdat, int alloc_order, int reclaim_order, in kswapd_try_to_sleep() argument
7225 wakeup_kcompactd(pgdat, alloc_order, highest_zoneidx); in kswapd_try_to_sleep()
7293 unsigned int alloc_order, reclaim_order; in kswapd() local
7319 alloc_order = reclaim_order = READ_ONCE(pgdat->kswapd_order); in kswapd()
7324 kswapd_try_to_sleep(pgdat, alloc_order, reclaim_order, in kswapd()
7328 alloc_order = READ_ONCE(pgdat->kswapd_order); in kswapd()
7353 alloc_order); in kswapd()
7354 reclaim_order = balance_pgdat(pgdat, alloc_order, in kswapd()
7356 if (reclaim_order < alloc_order) in kswapd()
/linux/arch/powerpc/include/asm/
H A Dopal.h260 int64_t opal_xive_alloc_vp_block(uint32_t alloc_order);