Searched refs:type_id (Results 76 - 80 of 80) sorted by relevance

1234

/linux-master/drivers/media/pci/cx88/
H A Dcx88-dvb.c1824 .type_id = CX88_MPEG_DVB,
/linux-master/kernel/trace/
H A Dbpf_trace.c999 if (ptr->type_id > 0)
1000 *btf_id = ptr->type_id;
/linux-master/kernel/bpf/
H A Dcore.c606 prog->aux->func_info[prog->aux->func_idx].type_id);
H A Dverifier.c439 return btf_type_name(env->prog->aux->btf, info->type_id);
2509 main_btf_id = aux->func_info[0].type_id;
2541 if (aux->func_info[i].type_id != id)
9451 btf_id = prog->aux->func_info[subprog].type_id;
15976 /* check type_id */
15977 type = btf_type_by_id(btf, krecord[i].type_id);
15980 krecord[i].type_id);
16048 /* Already checked type_id */
16049 type = btf_type_by_id(btf, krecord[i].type_id);
20792 if (aux->func_info[i].type_id
[all...]
/linux-master/include/linux/
H A Dbpf.h1678 * is exclusive with the @type, @type_id, @value_type, and
1705 * @type_id: BTF type id.
1745 u32 type_id; member in struct:bpf_struct_ops_desc

Completed in 392 milliseconds

1234