Home
last modified time | relevance | path

Searched full:start_id (Results 1 – 17 of 17) sorted by relevance

/linux/sound/virtio/
H A Dvirtio_ctl_msg.h73 int virtsnd_ctl_query_info(struct virtio_snd *snd, int command, int start_id,
/linux/tools/bpf/resolve_btfids/
H A Dmain.c1268 __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 Dgve_adminq.h632 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 Dkunpeng_hccs.h176 u8 start_id; member
/linux/kernel/bpf/
H A Dbtf.c277 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 Dsyscall.c4755 u32 next_id = attr->start_id; in bpf_obj_get_next_id()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dedup_split.c332 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 Dmptsas.h186 u8 start_id; /* starting logical target id */ member
H A Dmptsas.c1422 enclosure->start_id = buffer->StartTargetID; in mptsas_sas_enclosure_pg0()
/linux/tools/bpf/bpftool/
H A Dbtf.c456 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 Dvirtio_snd.h113 __le32 start_id; member
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c2059 * @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 Dhdaudio.h142 hda_nid_t *start_id);
/linux/tools/include/uapi/linux/
H A Dbpf.h408 * 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 Dlinker.c2415 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 Dqedi_main.c533 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 Dcnic.c657 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()