Function report |
Source Code:kernel\bpf\cpumap.c |
Create Date:2022-07-28 13:24:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cpu_map_free
Proto:static void cpu_map_free(struct bpf_map *map)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_map * | map |
530 | for_each_online_cpu(cpu) |
531 | flush_list = per_cpu_ptr(flush_list, cpu) |
534 | cond_resched() |
540 | When i < max_entries cycle |
543 | rcpu = READ_ONCE( Below members specific for map type [i]) |
544 | If Not rcpu Then Continue |
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 |