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

/linux-master/kernel/bpf/
H A Dbtf.c8245 const struct btf_type *dtor_func, *dtor_func_proto, *t; local
8257 dtor_func_proto = btf_type_by_id(btf, dtor_func->type);
8258 if (!dtor_func_proto || !btf_type_is_func_proto(dtor_func_proto))
8262 t = btf_type_by_id(btf, dtor_func_proto->type);
8266 nr_args = btf_type_vlen(dtor_func_proto);
8269 args = btf_params(dtor_func_proto);

Completed in 92 milliseconds