Searched refs:alloc_order (Results 1 – 4 of 4) sorted by relevance
549 unsigned int alloc_order; in xive_spapr_cleanup_queue() local558 alloc_order = xive_alloc_order(xive_queue_shift); in xive_spapr_cleanup_queue()560 uv_unshare_page(PHYS_PFN(__pa(q->qpage)), 1 << alloc_order); in xive_spapr_cleanup_queue()561 free_pages((unsigned long)q->qpage, alloc_order); in xive_spapr_cleanup_queue()
232 unsigned int alloc_order; in xive_native_cleanup_queue() local239 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()
1694 unsigned int alloc_order; in xive_queue_page_alloc() local1698 alloc_order = xive_alloc_order(queue_shift); in xive_queue_page_alloc()1699 pages = alloc_pages_node(cpu_to_node(cpu), GFP_KERNEL, alloc_order); in xive_queue_page_alloc()
260 int64_t opal_xive_alloc_vp_block(uint32_t alloc_order);
Completed in 11 milliseconds