Home
last modified time | relevance | path

Searched refs:oo_order (Results 1 – 3 of 3) sorted by relevance

/linux/tools/cgroup/
H A Dmemcg_slabinfo.py63 def oo_order(s): function
99 'cache_order': oo_order(s),
/linux/scripts/gdb/linux/
H A Dslab.py78 def oo_order(x): function
314 cache_order = oo_order(cache['oo'])
/linux/mm/
H A Dslub.c590 static inline unsigned int oo_order(struct kmem_cache_order_objects x) in oo_order() function
3284 unsigned int order = oo_order(oo); in alloc_slab_page()
3474 if ((alloc_gfp & __GFP_DIRECT_RECLAIM) && oo_order(oo) > oo_order(s->min)) in allocate_slab()
3512 account_slab(slab, oo_order(oo), s, flags); in allocate_slab()
4241 s->name, s->object_size, s->size, oo_order(s->oo), in slab_out_of_memory()
4242 oo_order(s->min)); in slab_out_of_memory()
4244 if (oo_order(s->min) > get_order(s->object_size)) in slab_out_of_memory()
8918 return sysfs_emit(buf, "%u\n", oo_order(s->oo)); in order_show()
9837 sinfo->cache_order = oo_order(s->oo); in get_slabinfo()