Function report |
Source Code:mm\slab_common.c |
Create Date:2022-07-28 14:29:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cache_show
Proto:static void cache_show(struct kmem_cache *s, struct seq_file *m)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kmem_cache * | s | |
struct seq_file * | m |
1464 | get_slabinfo(s, & sinfo) |
1466 | memcg_accumulate_slabinfo(s, & sinfo) |
1468 | seq_printf(m, "%-17s %6lu %6lu %6u %4u %4d", cache_name(s), active_objs, num_objs, The size of an object including metadata , objects_per_slab, (1 << cache_order)) |
1472 | seq_printf(m, " : tunables %4u %4u %4u", limit, batchcount, shared) |
1474 | seq_printf(m, " : slabdata %6lu %6lu %6lu", active_slabs, num_slabs, shared_avail) |
1476 | slabinfo_show_stats(m, s) |
Name | Describe |
---|---|
slab_show | |
memcg_slab_show |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |