Function report |
Source Code:kernel\bpf\local_storage.c |
Create Date:2022-07-28 13:14:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_cgroup_storage_free
Proto:void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_cgroup_storage * | storage |
547 | If Not storage Then Return |
553 | bpf_map_uncharge_memlock(map, pages) |
555 | stype = cgroup_storage_type(map) |
556 | If stype == BPF_CGROUP_STORAGE_SHARED Then all_rcu() - Queue an RCU callback for invocation after a grace period |
Name | Describe |
---|---|
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. |
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 |