函数逻辑报告 |
Source Code:kernel\bpf\hashtab.c |
Create Date:2022-07-27 14:25:16 |
Last Modify:2022-05-23 09:15:29 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__select_bucket
函数原型:static inline struct bucket *__select_bucket(struct bpf_htab *htab, u32 hash)
返回类型:struct bucket
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_htab * | htab | |
u32 | hash |
412 | 返回:buckets[hash & ( number of hash buckets - 1)] |
名称 | 描述 |
---|---|
select_bucket | |
htab_lru_map_delete_node | |
htab_map_update_elem | Called from syscall or from eBPF program |
htab_lru_map_update_elem | |
__htab_percpu_map_update_elem | |
__htab_lru_percpu_map_update_elem | |
htab_map_delete_elem | Called from syscall or from eBPF program |
htab_lru_map_delete_elem |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |