Searched refs:alloc_order (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | kmem.h | 316 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/ |
D | trace-pagealloc-postprocess.pl | 242 my ($alloc_order, $fallback_order, $pageblock_order); 254 $alloc_order = $3;
|
/linux-4.4.14/drivers/dma/ioat/ |
D | dma.c | 468 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()
|
D | sysfs.c | 111 return sprintf(page, "%d\n", (1 << ioat_chan->alloc_order) & ~1); in ring_size_show()
|
D | dma.h | 132 u16 alloc_order; member 344 return 1 << ioat_chan->alloc_order; in ioat_ring_size()
|
D | init.c | 637 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/ |
D | bnad.h | 261 int alloc_order; member
|
D | bnad.c | 278 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/ |
D | events-kmem.txt | 95 mm_page_alloc_extfrag page=%p pfn=%lu alloc_order=%d fallback_order=%d pageblock_order=%d alloc_mi…
|
/linux-4.4.14/mm/ |
D | page_alloc.c | 1666 unsigned int alloc_order) in reserve_highatomic_pageblock() argument
|