Searched refs:map_cnt (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/bpf/bpftool/ |
| H A D | gen.c | 935 codegen_maps_skeleton(struct bpf_object *obj, size_t map_cnt, bool mmaped, bool populate_links) in codegen_maps_skeleton() argument 941 if (!map_cnt) in codegen_maps_skeleton() 973 map_cnt, map_sz, map_sz, map_sz in codegen_maps_skeleton() 1251 size_t map_cnt = 0, prog_cnt = 0, attach_map_cnt = 0, file_sz, mmap_sz; in do_skeleton() local 1339 map_cnt++; in do_skeleton() 1384 if (map_cnt) { in do_skeleton() 1588 codegen_maps_skeleton(obj, map_cnt, true /*mmaped*/, true /*links*/); in do_skeleton() 1664 size_t i, len, file_sz, map_cnt = 0, prog_cnt = 0, mmap_sz, var_cnt = 0, var_idx = 0; in do_subskeleton() local 1770 map_cnt++; in do_subskeleton() 1812 if (map_cnt) { in do_subskeleton() [all …]
|
| /linux/include/linux/ |
| H A D | dmaengine.h | 570 u16 map_cnt; member 572 u8 map_cnt;
|
| /linux/drivers/dma/ |
| H A D | dmaengine.c | 1413 cnt = unmap->map_cnt; in dmaengine_unmap() 1477 unmap->map_cnt = nr; in dmaengine_get_unmap_data()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 14936 size_t map_cnt, size_t map_skel_sz) in populate_skeleton_maps() argument 14940 for (i = 0; i < map_cnt; i++) { in populate_skeleton_maps() 14994 err = populate_skeleton_maps(obj, s->maps, s->map_cnt, s->map_skel_sz); in bpf_object__open_skeleton() 15030 err = populate_skeleton_maps(s->obj, s->maps, s->map_cnt, s->map_skel_sz); in bpf_object__open_subskeleton() 15089 for (i = 0; i < s->map_cnt; i++) { in bpf_object__load_skeleton() 15145 for (i = 0; i < s->map_cnt; i++) { in bpf_object__attach_skeleton() 15201 for (i = 0; i < s->map_cnt; i++) { in bpf_object__detach_skeleton()
|
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 3227 u16 map_cnt, row_cnt, disks_per_row; in hpsa_debug_map_buff() local 3267 map_cnt = le16_to_cpu(map_buff->layout_map_count); in hpsa_debug_map_buff() 3268 for (map = 0; map < map_cnt; map++) { in hpsa_debug_map_buff()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 20868 u32 map_cnt = env->used_map_cnt; in bpf_prog_verify_signature() local 20898 for (i = 0; i < map_cnt; i++) { in bpf_prog_verify_signature() 20940 for (i = 0; i < map_cnt; i++) { in bpf_prog_verify_signature()
|