Searched refs:btf_find_field (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/kernel/bpf/ |
D | btf.c | 3359 static int btf_find_field(const struct btf *btf, const struct btf_type *t, in btf_find_field() function 3402 ret = btf_find_field(btf, t, BTF_FIELD_SPIN_LOCK, &info, 1); in btf_find_spin_lock() 3415 ret = btf_find_field(btf, t, BTF_FIELD_TIMER, &info, 1); in btf_find_timer() 3432 ret = btf_find_field(btf, t, BTF_FIELD_KPTR, info_arr, ARRAY_SIZE(info_arr)); in btf_parse_kptrs()
|