Function report |
Source Code:kernel\cpu.c |
Create Date:2022-07-28 09:00:56 |
Last Modify:2020-03-18 13:00:59 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__cpuhp_state_add_instance
Proto:int __cpuhp_state_add_instance(enum cpuhp_state state, struct hlist_node *node, bool invoke)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
enum cpuhp_state | state | |
struct hlist_node * | node | |
bool | invoke |
1724 | cpus_read_lock() |
1725 | ret = __cpuhp_state_add_instance_cpuslocked(state, node, invoke) |
1726 | cpus_read_unlock() |
1727 | Return ret |
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 |