Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/irqchip/
Dirq-qcom-mpm.c84 unsigned int map_cnt; member
207 for (i = 0; i < priv->map_cnt; i++) { in get_mpm_gic_map()
356 priv->map_cnt = ret / 2; in qcom_mpm_init()
357 priv->maps = devm_kcalloc(dev, priv->map_cnt, sizeof(*priv->maps), in qcom_mpm_init()
362 for (i = 0; i < priv->map_cnt; i++) { in qcom_mpm_init()
/linux-6.12.1/tools/bpf/bpftool/
Dgen.c851 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()
[all …]
/linux-6.12.1/include/linux/
Ddmaengine.h562 u16 map_cnt; member
564 u8 map_cnt;
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.h1718 int map_cnt; member
1746 int map_cnt; member
Dlibbpf.c13725 size_t map_cnt, size_t map_skel_sz) in populate_skeleton_maps() argument
13729 for (i = 0; i < map_cnt; i++) { in populate_skeleton_maps()
13782 err = populate_skeleton_maps(obj, s->maps, s->map_cnt, s->map_skel_sz); in bpf_object__open_skeleton()
13818 err = populate_skeleton_maps(s->obj, s->maps, s->map_cnt, s->map_skel_sz); in bpf_object__open_subskeleton()
13877 for (i = 0; i < s->map_cnt; i++) { in bpf_object__load_skeleton()
13965 for (i = 0; i < s->map_cnt; i++) { in bpf_object__attach_skeleton()
14014 for (i = 0; i < s->map_cnt; i++) { in bpf_object__detach_skeleton()
/linux-6.12.1/drivers/dma/
Ddmaengine.c1373 cnt = unmap->map_cnt; in dmaengine_unmap()
1437 unmap->map_cnt = nr; in dmaengine_get_unmap_data()
/linux-6.12.1/drivers/scsi/
Dhpsa.c3238 u16 map_cnt, row_cnt, disks_per_row; in hpsa_debug_map_buff() local
3278 map_cnt = le16_to_cpu(map_buff->layout_map_count); in hpsa_debug_map_buff()
3279 for (map = 0; map < map_cnt; map++) { in hpsa_debug_map_buff()