Searched refs:oo_order (Results 1 – 3 of 3) sorted by relevance
/linux/tools/cgroup/ |
H A D | memcg_slabinfo.py | 63 def oo_order(s): function 99 'cache_order': oo_order(s),
|
/linux/scripts/gdb/linux/ |
H A D | slab.py | 78 def oo_order(x): function 314 cache_order = oo_order(cache['oo'])
|
/linux/mm/ |
H A D | slub.c | 593 static inline unsigned int oo_order(struct kmem_cache_order_objects x) in oo_order() function 2420 unsigned int order = oo_order(oo); in alloc_slab_page() 2584 if ((alloc_gfp & __GFP_DIRECT_RECLAIM) && oo_order(oo) > oo_order(s->min)) in allocate_slab() 2605 account_slab(slab, oo_order(oo), s, flags); in allocate_slab() 3531 s->name, s->object_size, s->size, oo_order(s->oo), in slab_out_of_memory() 3532 oo_order(s->min)); in slab_out_of_memory() 3534 if (oo_order(s->min) > get_order(s->object_size)) in slab_out_of_memory() 6661 return sysfs_emit(buf, "%u\n", oo_order(s->oo)); in order_show() 7618 sinfo->cache_order = oo_order(s->oo); in get_slabinfo()
|