Home
last modified time | relevance | path

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

/openbmc/linux/tools/cgroup/
H A Dmemcg_slabinfo.py63 def oo_order(s): function
99 'cache_order': oo_order(s),
/openbmc/linux/scripts/gdb/linux/
H A Dslab.py78 def oo_order(x): function
315 cache_order = oo_order(cache['oo'])
/openbmc/linux/mm/
H A Dslub.c476 static inline unsigned int oo_order(struct kmem_cache_order_objects x) in oo_order() function
1873 unsigned int order = oo_order(oo); in alloc_slab_page()
2020 if ((alloc_gfp & __GFP_DIRECT_RECLAIM) && oo_order(oo) > oo_order(s->min)) in allocate_slab()
2041 account_slab(slab, oo_order(oo), s, flags); in allocate_slab()
3003 s->name, s->object_size, s->size, oo_order(s->oo), in slab_out_of_memory()
3004 oo_order(s->min)); in slab_out_of_memory()
3006 if (oo_order(s->min) > get_order(s->object_size)) in slab_out_of_memory()
5566 return sysfs_emit(buf, "%u\n", oo_order(s->oo)); in order_show()
6522 sinfo->cache_order = oo_order(s->oo); in get_slabinfo()