Home
last modified time | relevance | path

Searched refs:oo_order (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/cgroup/
H A Dmemcg_slabinfo.py63 def oo_order(s): function
99 'cache_order': oo_order(s),
/kernel/linux/linux-6.6/tools/cgroup/
H A Dmemcg_slabinfo.py63 def oo_order(s): function
99 'cache_order': oo_order(s),
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dslab.py78 def oo_order(x): function
315 cache_order = oo_order(cache['oo'])
/kernel/linux/linux-6.6/mm/
H A Dslub.c476 static inline unsigned int oo_order(struct kmem_cache_order_objects x) in oo_order() function
1867 unsigned int order = oo_order(oo); in alloc_slab_page()
2014 if ((alloc_gfp & __GFP_DIRECT_RECLAIM) && oo_order(oo) > oo_order(s->min)) in allocate_slab()
2035 account_slab(slab, oo_order(oo), s, flags); in allocate_slab()
2996 s->name, s->object_size, s->size, oo_order(s->oo), in slab_out_of_memory()
2997 oo_order(s->min)); in slab_out_of_memory()
2999 if (oo_order(s->min) > get_order(s->object_size)) in slab_out_of_memory()
5559 return sysfs_emit(buf, "%u\n", oo_order(s->oo)); in order_show()
6515 sinfo->cache_order = oo_order( in get_slabinfo()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dslub.c332 static inline unsigned int oo_order(struct kmem_cache_order_objects x) in oo_order() function
1620 unsigned int order = oo_order(oo); in alloc_slab_page()
1763 if ((alloc_gfp & __GFP_DIRECT_RECLAIM) && oo_order(oo) > oo_order(s->min)) in allocate_slab()
2549 s->name, s->object_size, s->size, oo_order(s->oo), in slab_out_of_memory()
2550 oo_order(s->min)); in slab_out_of_memory()
2552 if (oo_order(s->min) > get_order(s->object_size)) in slab_out_of_memory()
5054 return sprintf(buf, "%u\n", oo_order(s->oo)); in order_show()
5762 sinfo->cache_order = oo_order(s->oo); in get_slabinfo()

Completed in 18 milliseconds