Searched refs:btf_type_vlen (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_btf.c48 *nr = btf_type_vlen(func_proto);
/linux-master/include/linux/
H A Dbtf.h239 i < btf_type_vlen(struct_type); \
244 i < btf_type_vlen(datasec_type); \
397 static inline u16 btf_type_vlen(const struct btf_type *t) function
404 return btf_type_vlen(t);
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c220 nargs = btf_type_vlen(func_proto);
221 if (nargs != btf_type_vlen(stub_func_proto)) {
304 for (i = 0; i < btf_type_vlen(st_ops_desc->type); i++)
344 if (btf_type_vlen(t) > BPF_STRUCT_OPS_MAX_NR_MEMBERS) {
346 btf_type_vlen(t), st_ops->name);
360 arg_info = kcalloc(btf_type_vlen(t), sizeof(*arg_info),
960 st_map->links_cnt = btf_type_vlen(t);
993 usage += btf_type_vlen(vt) * sizeof(struct bpf_links *);
H A Dbtf.c196 i < btf_type_vlen(struct_type); \
201 i < btf_type_vlen(struct_type); \
2225 if (btf_type_vlen(t)) {
2558 if (btf_type_vlen(t)) {
2813 if (btf_type_vlen(t)) {
2899 if (btf_type_vlen(t)) {
3138 meta_needed = btf_type_vlen(t) * sizeof(*member);
3281 btf_verifier_log(env, "size=%u vlen=%u", t->size, btf_type_vlen(t));
4136 nr_enums = btf_type_vlen(t);
4188 btf_verifier_log(env, "size=%u vlen=%u", t->size, btf_type_vlen(
[all...]
H A Dbpf_lsm.c77 if (btf_type_vlen(prog->aux->attach_func_proto) < 1 ||
H A Dverifier.c11615 nargs = btf_type_vlen(meta->func_proto);
12486 nargs = btf_type_vlen(meta.func_proto);
20708 if (member_idx >= btf_type_vlen(t)) {
/linux-master/net/bpf/
H A Dbpf_dummy_struct_ops.c108 args = dummy_ops_init_args(kattr, btf_type_vlen(func_proto));

Completed in 192 milliseconds