Function report |
Source Code:kernel\jump_label.c |
Create Date:2022-07-28 13:48:48 |
Last Modify:2020-03-17 20:59:06 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:jump_label_can_update
Proto:static bool jump_label_can_update(struct jump_entry *entry, bool init)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct jump_entry * | entry | |
bool | init |
406 | If Not init && jump_entry_is_init(entry) Then Return false |
409 | If Not kernel_text_address(jump_entry_code(entry)) Then |
410 | WARN_ONCE(!jump_entry_is_init(entry), "can't patch jump_label at %pS", (void * )jump_entry_code(entry)) |
413 | Return false |
416 | Return true |
Name | Describe |
---|---|
__jump_label_update |
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 |