Searched refs:map_cnt (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/irqchip/ |
H A D | irq-qcom-mpm.c | 83 unsigned int map_cnt; member 206 for (i = 0; i < priv->map_cnt; i++) { in get_mpm_gic_map() 353 priv->map_cnt = ret / 2; in qcom_mpm_init() 354 priv->maps = devm_kcalloc(dev, priv->map_cnt, sizeof(*priv->maps), in qcom_mpm_init() 359 for (i = 0; i < priv->map_cnt; i++) { in qcom_mpm_init()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | gen.c | 818 codegen_maps_skeleton(struct bpf_object *obj, size_t map_cnt, bool mmaped) in codegen_maps_skeleton() argument 824 if (!map_cnt) in codegen_maps_skeleton() 839 map_cnt in codegen_maps_skeleton() 909 size_t map_cnt = 0, prog_cnt = 0, file_sz, mmap_sz; in do_skeleton() local 993 map_cnt++; in do_skeleton() 1036 if (map_cnt) { in do_skeleton() 1206 codegen_maps_skeleton(obj, map_cnt, true /*mmaped*/); in do_skeleton() 1281 size_t i, len, file_sz, map_cnt = 0, prog_cnt = 0, mmap_sz, var_cnt = 0, var_idx = 0; in do_subskeleton() local 1387 map_cnt++; in do_subskeleton() 1429 if (map_cnt) { in do_subskeleton() [all …]
|
/openbmc/qemu/ebpf/ |
H A D | rss.bpf.skeleton.h | 138 s->map_cnt = 3; in rss_bpf__create_skeleton() 140 s->maps = (struct bpf_map_skeleton *)calloc(s->map_cnt, s->map_skel_sz); in rss_bpf__create_skeleton()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.h | 1555 int map_cnt; member 1583 int map_cnt; member
|
H A D | libbpf.c | 12958 size_t map_cnt) in populate_skeleton_maps() argument 12962 for (i = 0; i < map_cnt; i++) { in populate_skeleton_maps() 13029 err = populate_skeleton_maps(obj, s->maps, s->map_cnt); in bpf_object__open_skeleton() 13065 err = populate_skeleton_maps(s->obj, s->maps, s->map_cnt); in bpf_object__open_subskeleton() 13124 for (i = 0; i < s->map_cnt; i++) { in bpf_object__load_skeleton()
|
/openbmc/linux/include/linux/ |
H A D | dmaengine.h | 554 u16 map_cnt; member 556 u8 map_cnt;
|
/openbmc/linux/drivers/dma/ |
H A D | dmaengine.c | 1369 cnt = unmap->map_cnt; in dmaengine_unmap() 1433 unmap->map_cnt = nr; in dmaengine_get_unmap_data()
|
/openbmc/linux/drivers/staging/qlge/ |
H A D | qlge.h | 1364 int map_cnt; member
|
H A D | qlge_main.c | 1339 tx_ring_desc->map_cnt = map_idx; in qlge_map_send() 1997 qlge_unmap_send(qdev, tx_ring_desc, tx_ring_desc->map_cnt); in qlge_process_mac_tx_intr() 2895 tx_ring_desc->map_cnt); in qlge_tx_ring_clean()
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa.c | 3238 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()
|