Function report |
Source Code:mm\slab_common.c |
Create Date:2022-07-28 14:29:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dump_unreclaimable_slab
Proto:void dump_unreclaimable_slab(void)
Type:void
Parameter:Nothing
1503 | pr_warn("excessive unreclaimable slab but cannot dump stats\n") |
1504 | Return |
1507 | pr_info("Unreclaimable slab info:\n") |
1508 | pr_info("Name Used Total\n") |
1511 | If Not is_root_cache(s) || Used for retrieving partial slabs, etc. & Objects are reclaimable Then Continue |
1514 | get_slabinfo(s, & sinfo) |
1516 | If num_objs > 0 Then pr_info("%-17s %10luKB %10luKB\n", cache_name(s), (active_objs * The size of an object including metadata ) / 1024, (num_objs * The size of an object including metadata ) / 1024) |
Name | Describe |
---|---|
dump_header |
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 |