Searched refs:order_to_size (Results 1 – 2 of 2) sorted by relevance
37 static inline unsigned int order_to_size(int order) in order_to_size() function82 if (size < order_to_size(orders[i])) in alloc_largest_available()
2131 static size_t order_to_size(unsigned int order) in order_to_size() function2178 while (this_order && left < order_to_size(this_order - 1)) in blk_mq_alloc_rqs()2189 if (order_to_size(this_order) < rq_size) in blk_mq_alloc_rqs()2204 kmemleak_alloc(p, order_to_size(this_order), 1, GFP_NOIO); in blk_mq_alloc_rqs()2205 entries_per_page = order_to_size(this_order) / rq_size; in blk_mq_alloc_rqs()