/linux-6.3-rc2/sound/virtio/ |
A D | virtio_ctl_msg.c | 261 int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id, in virtsnd_ctl_query_info() argument 275 query->start_id = cpu_to_le32(start_id); in virtsnd_ctl_query_info()
|
A D | virtio_ctl_msg.h | 73 int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id,
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | bpf.h | 364 LIBBPF_API int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id); 365 LIBBPF_API int bpf_map_get_next_id(__u32 start_id, __u32 *next_id); 366 LIBBPF_API int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id); 367 LIBBPF_API int bpf_link_get_next_id(__u32 start_id, __u32 *next_id);
|
A D | btf.c | 102 int start_id; member 453 return btf->start_id + btf->nr_types; in btf__type_cnt() 466 if (type_id < btf->start_id) in btf_type_by_id() 760 for (i = start_id; i < nr_types; i++) { in btf_find_by_name_kind() 825 btf->start_id = 1; in btf_new_empty() 833 btf->start_id = btf__type_cnt(base_btf); in btf_new_empty() 877 btf->start_id = 1; in btf_new() 883 btf->start_id = btf__type_cnt(base_btf); in btf_new() 1564 return btf->start_id + btf->nr_types - 1; in btf_commit_type() 4668 __u32 next_type_id = d->btf->start_id; in btf_dedup_compact_types() [all …]
|
A D | bpf.c | 902 static int bpf_obj_get_next_id(__u32 start_id, __u32 *next_id, int cmd) in bpf_obj_get_next_id() argument 909 attr.start_id = start_id; in bpf_obj_get_next_id() 918 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id) in bpf_prog_get_next_id() argument 920 return bpf_obj_get_next_id(start_id, next_id, BPF_PROG_GET_NEXT_ID); in bpf_prog_get_next_id() 923 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id) in bpf_map_get_next_id() argument 925 return bpf_obj_get_next_id(start_id, next_id, BPF_MAP_GET_NEXT_ID); in bpf_map_get_next_id() 928 int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id) in bpf_btf_get_next_id() argument 930 return bpf_obj_get_next_id(start_id, next_id, BPF_BTF_GET_NEXT_ID); in bpf_btf_get_next_id() 933 int bpf_link_get_next_id(__u32 start_id, __u32 *next_id) in bpf_link_get_next_id() argument 935 return bpf_obj_get_next_id(start_id, next_id, BPF_LINK_GET_NEXT_ID); in bpf_link_get_next_id()
|
A D | linker.c | 2232 int i, j, n, start_id, id; in linker_append_btf() local 2238 start_id = btf__type_cnt(linker->btf); in linker_append_btf() 2301 for (i = start_id; i < n; i++) { in linker_append_btf()
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | netdev_rx.c | 473 void *hfi1_netdev_get_first_data(struct hfi1_devdata *dd, int *start_id) in hfi1_netdev_get_first_data() argument 476 unsigned long index = *start_id; in hfi1_netdev_get_first_data() 480 *start_id = (int)index; in hfi1_netdev_get_first_data()
|
A D | netdev.h | 100 void *hfi1_netdev_get_first_data(struct hfi1_devdata *dd, int *start_id);
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | btf_dedup_split.c | 332 static void btf_add_dup_struct_in_cu(struct btf *btf, int start_id) in btf_add_dup_struct_in_cu() argument 334 #define ID(n) (start_id + n) in btf_add_dup_struct_in_cu()
|
/linux-6.3-rc2/drivers/message/fusion/ |
A D | mptsas.h | 186 u8 start_id; /* starting logical target id */ member
|
A D | mptsas.c | 1423 enclosure->start_id = buffer->StartTargetID; in mptsas_sas_enclosure_pg0()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | virtio_snd.h | 91 __le32 start_id; member
|
A D | bpf.h | 1451 __u32 start_id; member
|
/linux-6.3-rc2/sound/hda/ |
A D | hdac_device.c | 357 hda_nid_t *start_id) in snd_hdac_get_sub_nodes() argument 363 *start_id = 0; in snd_hdac_get_sub_nodes() 366 *start_id = (parm >> 16) & 0x7fff; in snd_hdac_get_sub_nodes()
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | btf.c | 438 int start_id = 1; in dump_btf_raw() local 442 start_id = btf__type_cnt(base); in dump_btf_raw() 444 for (i = start_id; i < cnt; i++) { in dump_btf_raw()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | btf.c | 813 while (type_id < btf->start_id) in btf_type_by_id() 816 type_id -= btf->start_id; in btf_type_by_id() 1782 if (type_id < env->btf->start_id) in env_type_is_resolved() 1797 if (type_id < btf->start_id in env_stack_push() 1941 while (type_id < btf->start_id) in btf_resolved_type_id() 1957 while (type_id < btf->start_id) in btf_resolved_type_size() 5124 type_id = btf->start_id + i; in btf_check_all_types() 5446 struct btf *btf, int start_id) in btf_check_type_tags() argument 5448 int i, n, good_id = start_id - 1; in btf_check_type_tags() 5452 for (i = start_id; i < n; i++) { in btf_check_type_tags() [all …]
|
A D | syscall.c | 3670 u32 next_id = attr->start_id; in bpf_obj_get_next_id()
|
/linux-6.3-rc2/include/sound/ |
A D | hdaudio.h | 141 hda_nid_t *start_id);
|
/linux-6.3-rc2/arch/arm64/kvm/vgic/ |
A D | vgic-its.c | 2141 int start_id, entry_fn_t fn, void *opaque) in scan_its_table() argument 2145 int id = start_id; in scan_its_table()
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | bpf.h | 1451 __u32 start_id; member
|
/linux-6.3-rc2/drivers/scsi/qedi/ |
A D | qedi_main.c | 532 u16 start_id, u16 next) in qedi_init_id_tbl() argument 534 id_tbl->start = start_id; in qedi_init_id_tbl()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/ |
A D | cnic.c | 656 static int cnic_init_id_tbl(struct cnic_id_tbl *id_tbl, u32 size, u32 start_id, in cnic_init_id_tbl() argument 659 id_tbl->start = start_id; in cnic_init_id_tbl()
|