Function report |
Source Code:arch\x86\kernel\apic\x2apic_uv_x.c |
Create Date:2022-07-28 08:34:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:There is a different code path needed to initialize a UV system that does* not have a "UV HUB" (referred to as "hubless").
Proto:void __init uv_system_init(void)
Type:void
Parameter:Nothing
1692 | If Value is more likely to compile time(!is_uv_system() && !is_uv_hubless(1)) Then Return |
1695 | If is_uv_system() Then uv_system_init_hub() |
1697 | Else Initialize UV hubless systems |
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 |