函数逻辑报告 |
Source Code:kernel\bpf\local_storage.c |
Create Date:2022-07-27 14:31:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bpf_cgroup_storage_free
函数原型:void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_cgroup_storage * | storage |
547 | 如果非storage则返回 |
553 | bpf_map_uncharge_memlock(map, pages) |
555 | stype等于cgroup_storage_type(map) |
556 | 如果stype恒等于BPF_CGROUP_STORAGE_SHARED则all_rcu() - Queue an RCU callback for invocation after a grace period |
名称 | 描述 |
---|---|
cgroup_bpf_release | group_bpf_release() - put references of all bpf programs and* release all cgroup bpf data*@work: work structure embedded into the cgroup to modify |
__cgroup_bpf_attach | __cgroup_bpf_attach() - Attach the program to a cgroup, and* propagate the change to descendants*@cgrp: The cgroup which descendants to traverse*@prog: A program to attach*@type: Type of attach operation*@flags: Option flags |
__cgroup_bpf_detach | __cgroup_bpf_detach() - Detach the program from a cgroup, and* propagate the change to descendants*@cgrp: The cgroup which descendants to traverse*@prog: A program to detach or NULL*@type: Type of detach operation* Must be called with cgroup_mutex held. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |