Function report |
Source Code:kernel\bpf\bpf_lru_list.c |
Create Date:2022-07-28 13:12:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Move nodes from local list to the LRU list
Proto:static void __bpf_lru_node_move_in(struct bpf_lru_list *l, struct bpf_lru_node *node, enum bpf_lru_list_type tgt_type)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_lru_list * | l | |
struct bpf_lru_node * | node | |
enum bpf_lru_list_type | tgt_type |
86 | If WARN_ON_ONCE(!IS_LOCAL_LIST_TYPE(type)) || WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(tgt_type)) Then Return |
92 | ref = 0 |
Name | Describe |
---|---|
__local_list_flush | Flush the nodes from the local pending list to the LRU list |
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 |