Function report |
Source Code:kernel\bpf\hashtab.c |
Create Date:2022-07-28 13:10:27 |
Last Modify:2022-05-23 09:15:29 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_percpu_hash_update
Proto:int bpf_percpu_hash_update(struct bpf_map *map, void *key, void *value, u64 map_flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_map * | map | |
void * | key | |
void * | value | |
u64 | map_flags |
1322 | If htab_is_lru(htab) Then ret = __htab_lru_percpu_map_update_elem(map, key, value, map_flags, true) |
1330 | Return ret |
Name | Describe |
---|---|
map_update_elem |
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 |