Searched refs:oo_order (Results 1 – 2 of 2) sorted by relevance
63 def oo_order(s): function99 'cache_order': oo_order(s),
331 static inline unsigned int oo_order(struct kmem_cache_order_objects x) in oo_order() function1612 unsigned int order = oo_order(oo); in alloc_slab_page()1755 if ((alloc_gfp & __GFP_DIRECT_RECLAIM) && oo_order(oo) > oo_order(s->min)) in allocate_slab()2542 s->name, s->object_size, s->size, oo_order(s->oo), in slab_out_of_memory()2543 oo_order(s->min)); in slab_out_of_memory()2545 if (oo_order(s->min) > get_order(s->object_size)) in slab_out_of_memory()5050 return sprintf(buf, "%u\n", oo_order(s->oo)); in order_show()5757 sinfo->cache_order = oo_order(s->oo); in get_slabinfo()