Searched defs:start_id (Results 1 – 16 of 16) sorted by relevance
/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()
|
/linux-6.3-rc2/tools/lib/bpf/ |
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() 918 int bpf_prog_get_next_id(__u32 start_id, __u32 *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() 928 int bpf_btf_get_next_id(__u32 start_id, __u32 *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()
|
A D | btf.c | 102 int start_id; member 752 static __s32 btf_find_by_name_kind(const struct btf *btf, int start_id, in btf_find_by_name_kind()
|
A D | linker.c | 2232 int i, j, n, start_id, id; in linker_append_btf() local
|
/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()
|
/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()
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | btf.c | 438 int start_id = 1; in dump_btf_raw() local
|
/linux-6.3-rc2/drivers/message/fusion/ |
A D | mptsas.h | 186 u8 start_id; /* starting logical target 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()
|
/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/drivers/scsi/qedi/ |
A D | qedi_main.c | 532 u16 start_id, u16 next) in qedi_init_id_tbl()
|
/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()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | btf.c | 247 u32 start_id; /* first type ID in this BTF (0 for base BTF) */ member 5446 struct btf *btf, int start_id) in btf_check_type_tags()
|
/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()
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | bpf.h | 1451 __u32 start_id; member
|
Completed in 126 milliseconds