Lines Matching defs:it
69 struct btf_field_iter it;
73 err = btf_field_iter_init(&it, t, BTF_FIELD_ITER_IDS);
77 while ((id = btf_field_iter_next(&it)))
135 struct btf_field_iter it;
142 err = btf_field_iter_init(&it, t, BTF_FIELD_ITER_IDS);
146 while ((id = btf_field_iter_next(&it))) {
400 pr_warn("type [%d], kind [%d] is invalid for distilled base BTF; it is anonymous\n",
415 struct btf_field_iter it;
419 err = btf_field_iter_init(&it, t, BTF_FIELD_ITER_STRS);
423 while ((str_off = btf_field_iter_next(&it))) {
485 /* Build a map from distilled base ids to actual base BTF ids; it is used