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 | 607 static inline unsigned int oo_order(struct kmem_cache_order_objects x) 3286 unsigned int order = oo_order(oo); in alloc_slab_page() 3405 if ((alloc_gfp & __GFP_DIRECT_RECLAIM) && oo_order(oo) > oo_order(s->min)) in init_cache_random_seq() 3439 account_slab(slab, oo_order(oo), s, flags, alloc_flags); in unaccount_slab() 4324 s->name, s->object_size, s->size, oo_order(s->oo), in get_freelist_nofreeze() 4325 oo_order(s->min)); in get_freelist_nofreeze() 4327 if (oo_order(s->min) > get_order(s->object_size)) in get_freelist_nofreeze() 9118 return sysfs_emit(buf, "%u\n", oo_order(s->oo)); in objects_partial_show() 10029 sinfo->cache_order = oo_order( 594 static inline unsigned int oo_order(struct kmem_cache_order_objects x) oo_order() function [all...] |