Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dkmem.h316 int alloc_order, int fallback_order,
320 alloc_order, fallback_order,
325 __field( int, alloc_order )
334 __entry->alloc_order = alloc_order;
345 __entry->alloc_order,
/linux-4.4.14/Documentation/trace/postprocess/
Dtrace-pagealloc-postprocess.pl242 my ($alloc_order, $fallback_order, $pageblock_order);
254 $alloc_order = $3;
/linux-4.4.14/drivers/dma/ioat/
Ddma.c468 ioat_chan->alloc_order = order; in reshape_ring()
505 retry = reshape_ring(ioat_chan, ioat_chan->alloc_order + 1); in ioat_check_space_lock()
826 else if (ioat_chan->alloc_order > ioat_get_alloc_order()) { in check_active()
830 reshape_ring(ioat_chan, ioat_chan->alloc_order - 1); in check_active()
835 if (ioat_chan->alloc_order > ioat_get_alloc_order()) in check_active()
Dsysfs.c111 return sprintf(page, "%d\n", (1 << ioat_chan->alloc_order) & ~1); in ring_size_show()
Ddma.h132 u16 alloc_order; member
344 return 1 << ioat_chan->alloc_order; in ioat_ring_size()
Dinit.c637 const int total_descs = 1 << ioat_chan->alloc_order; in ioat_free_chan_resources()
671 ioat_chan->alloc_order = 0; in ioat_free_chan_resources()
696 return 1 << ioat_chan->alloc_order; in ioat_alloc_chan_resources()
726 ioat_chan->alloc_order = order; in ioat_alloc_chan_resources()
740 return 1 << ioat_chan->alloc_order; in ioat_alloc_chan_resources()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbnad.h261 int alloc_order; member
Dbnad.c278 unmap_q->alloc_order = -1; in bnad_rxq_alloc_uninit()
297 unmap_q->alloc_order = 0; in bnad_rxq_alloc_init()
301 unmap_q->alloc_order = 0; in bnad_rxq_alloc_init()
305 unmap_q->alloc_order = order; in bnad_rxq_alloc_init()
378 alloc_size = PAGE_SIZE << unmap_q->alloc_order; in bnad_rxq_refill_page()
386 unmap_q->alloc_order); in bnad_rxq_refill_page()
/linux-4.4.14/Documentation/trace/
Devents-kmem.txt95 mm_page_alloc_extfrag page=%p pfn=%lu alloc_order=%d fallback_order=%d pageblock_order=%d alloc_mi…
/linux-4.4.14/mm/
Dpage_alloc.c1666 unsigned int alloc_order) in reserve_highatomic_pageblock() argument