Searched refs:btf_check_iter_arg (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| A D | btf.h | 583 int btf_check_iter_arg(struct btf *btf, const struct btf_type *func, int arg_idx); 658 static inline int btf_check_iter_arg(struct btf *btf, const struct btf_type *func, int arg_idx) in btf_check_iter_arg() function
|
| /linux/kernel/bpf/ |
| A D | btf.c | 8095 int btf_check_iter_arg(struct btf *btf, const struct btf_type *func, int arg_idx) in BTF_ID_LIST_GLOBAL() 8139 btf_id = btf_check_iter_arg(btf, func, 0); in btf_check_iter_kfuncs()
|
| A D | verifier.c | 7991 btf_id = btf_check_iter_arg(meta->btf, meta->func_proto, regno - 1); in process_iter_arg()
|
Completed in 53 milliseconds