Lines Matching refs:map_cnt
851 codegen_maps_skeleton(struct bpf_object *obj, size_t map_cnt, bool mmaped, bool populate_links) in codegen_maps_skeleton() argument
857 if (!map_cnt) in codegen_maps_skeleton()
889 map_cnt, map_sz, map_sz, map_sz in codegen_maps_skeleton()
1168 size_t map_cnt = 0, prog_cnt = 0, attach_map_cnt = 0, file_sz, mmap_sz; in do_skeleton() local
1256 map_cnt++; in do_skeleton()
1301 if (map_cnt) { in do_skeleton()
1498 codegen_maps_skeleton(obj, map_cnt, true /*mmaped*/, true /*links*/); in do_skeleton()
1573 size_t i, len, file_sz, map_cnt = 0, prog_cnt = 0, mmap_sz, var_cnt = 0, var_idx = 0; in do_subskeleton() local
1679 map_cnt++; in do_subskeleton()
1721 if (map_cnt) { in do_subskeleton()
1837 codegen_maps_skeleton(obj, map_cnt, false /*mmaped*/, false /*links*/); in do_subskeleton()