Home
last modified time | relevance | path

Searched refs:funcs_cnt (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/kernel/bpf/
H A Dbpf_struct_ops.c36 u32 funcs_cnt; member
528 for (i = 0; i < st_map->funcs_cnt; i++) { in bpf_struct_ops_map_put_progs()
646 for (i = 0; i < st_map->funcs_cnt; i++) { in bpf_struct_ops_map_add_ksyms()
657 for (i = 0; i < st_map->funcs_cnt; i++) { in bpf_struct_ops_map_del_ksyms()
668 for (i = 0; i < st_map->funcs_cnt; i++) { in bpf_struct_ops_map_free_ksyms()
1093 st_map->funcs_cnt = count_func_ptrs(btf, t); in bpf_struct_ops_map_alloc()
1095 bpf_map_area_alloc(st_map->funcs_cnt * sizeof(struct bpf_link *), in bpf_struct_ops_map_alloc()
1099 bpf_map_area_alloc(st_map->funcs_cnt * sizeof(struct bpf_ksym *), in bpf_struct_ops_map_alloc()
1130 usage += st_map->funcs_cnt * sizeof(struct bpf_link *); in bpf_struct_ops_map_mem_usage()
1131 usage += st_map->funcs_cnt * sizeof(struct bpf_ksym *); in bpf_struct_ops_map_mem_usage()