Home
last modified time | relevance | path

Searched refs:alloc_order (Results 1 – 8 of 8) 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()
/linux/drivers/dma/ioat/
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()
/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/arch/powerpc/include/asm/
H A Dopal.h260 int64_t opal_xive_alloc_vp_block(uint32_t alloc_order);