Function report |
Source Code:arch\x86\kernel\cpu\cacheinfo.c |
Create Date:2022-07-28 07:54:06 |
Last Modify:2020-03-16 20:07:28 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__init_cache_level
Proto:static int __init_cache_level(unsigned int cpu)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpu |
990 | this_cpu_ci = get_cpu_cacheinfo(cpu) |
992 | If Not num_cache_leaves Then Return -ENOENT |
994 | If Not this_cpu_ci Then Return -EINVAL |
996 | num_levels = 3 |
997 | num_leaves = num_cache_leaves |
998 | Return 0 |
Name | Describe |
---|---|
_init_cache_level |
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 |