| /linux/sound/virtio/ |
| H A D | virtio_ctl_msg.h | 73 int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id,
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 1268 __u32 start_id = 0, id; in sort_btf_by_name() local 1271 start_id = btf__type_cnt(btf__base_btf(btf)); in sort_btf_by_name() 1272 nr_types = btf__type_cnt(btf) - start_id; in sort_btf_by_name() 1286 for (i = 0, id = start_id; i < nr_types; i++, id++) in sort_btf_by_name() 1293 id = permute_ids[i] - start_id; in sort_btf_by_name() 1294 id_map[id] = i + start_id; in sort_btf_by_name()
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_adminq.h | 632 int gve_adminq_create_tx_queues(struct gve_priv *priv, u32 start_id, u32 num_queues); 633 int gve_adminq_destroy_tx_queues(struct gve_priv *priv, u32 start_id, u32 num_queues);
|
| /linux/drivers/soc/hisilicon/ |
| H A D | kunpeng_hccs.h | 176 u8 start_id; member
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 277 u32 start_id; /* first type ID in this BTF (0 for base BTF) */ member 502 return btf->start_id + (btf->base_btf ? 0 : 1); in btf_start_id() 604 * 2. Else for a split BTF, return its start_id 614 return base_btf->named_start_id ?: (base_btf->start_id ?: 1); in btf_named_start_id() 962 while (type_id < btf->start_id) in btf_type_by_id() 965 type_id -= btf->start_id; in btf_type_by_id() 1729 if (btf->start_id + btf->types_size == BTF_MAX_TYPE) { in btf_add_type() 1922 btf->start_id = btf_nr_types(base_btf); in btf_set_base_btf() 1997 if (type_id < env->btf->start_id) in env_type_is_resolved() 2000 return env->visit_states[type_id - env->btf->start_id] == RESOLVED; in env_type_is_resolved() [all …]
|
| H A D | syscall.c | 4755 u32 next_id = attr->start_id; in bpf_obj_get_next_id()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H 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/drivers/message/fusion/ |
| H A D | mptsas.h | 186 u8 start_id; /* starting logical target id */ member
|
| H A D | mptsas.c | 1422 enclosure->start_id = buffer->StartTargetID; in mptsas_sas_enclosure_pg0()
|
| /linux/tools/bpf/bpftool/ |
| H A D | btf.c | 456 int start_id = 1; in dump_btf_raw() 460 start_id = btf__type_cnt(base); in dump_btf_raw() 462 for (i = start_id; i < cnt; i++) { in dump_btf_raw() 455 int start_id = 1; dump_btf_raw() local
|
| /linux/include/uapi/linux/ |
| H A D | virtio_snd.h | 113 __le32 start_id; member
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-its.c | 2059 * @start_id: the ID of the first entry in the table 2068 int start_id, entry_fn_t fn, void *opaque) in scan_its_table() argument 2072 int id = start_id; in scan_its_table()
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 142 hda_nid_t *start_id);
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 408 * Looks for the eBPF program with an id greater than *start_id* 410 * remain with ids higher than *start_id*, returns -1 and sets 421 * Looks for the eBPF map with an id greater than *start_id* 423 * remain with ids higher than *start_id*, returns -1 and sets 636 * Looks for the BTF object with an id greater than *start_id* 638 * remain with ids higher than *start_id*, returns -1 and sets 821 * Looks for the eBPF link with an id greater than *start_id* 823 * remain with ids higher than *start_id*, returns -1 and sets 1707 __u32 start_id; 1681 __u32 start_id; global() member
|
| /linux/tools/lib/bpf/ |
| H A D | linker.c | 2415 int i, j, n, start_id, id, err; in linker_append_btf() local 2421 start_id = btf__type_cnt(linker->btf); in linker_append_btf() 2484 for (i = start_id; i < n; i++) { in linker_append_btf()
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_main.c | 533 u16 start_id, u16 next) in qedi_init_id_tbl() argument 535 id_tbl->start = start_id; in qedi_init_id_tbl()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | cnic.c | 657 static int cnic_init_id_tbl(struct cnic_id_tbl *id_tbl, u32 size, u32 start_id, in cnic_init_id_tbl() argument 660 id_tbl->start = start_id; in cnic_init_id_tbl()
|