next_type_id 1610 kernel/bpf/btf.c u32 next_type_id = t->type; next_type_id 1613 kernel/bpf/btf.c next_type = btf_type_by_id(btf, next_type_id); next_type_id 1620 kernel/bpf/btf.c !env_type_is_resolved(env, next_type_id)) next_type_id 1621 kernel/bpf/btf.c return env_stack_push(env, next_type, next_type_id); next_type_id 1629 kernel/bpf/btf.c if (!btf_type_id_size(btf, &next_type_id, NULL)) { next_type_id 1630 kernel/bpf/btf.c if (env_type_is_resolved(env, next_type_id)) next_type_id 1631 kernel/bpf/btf.c next_type = btf_type_id_resolve(btf, &next_type_id); next_type_id 1642 kernel/bpf/btf.c env_stack_pop_resolved(env, next_type_id, 0); next_type_id 1652 kernel/bpf/btf.c u32 next_type_id = t->type; next_type_id 1655 kernel/bpf/btf.c next_type = btf_type_by_id(btf, next_type_id); next_type_id 1662 kernel/bpf/btf.c !env_type_is_resolved(env, next_type_id)) next_type_id 1663 kernel/bpf/btf.c return env_stack_push(env, next_type, next_type_id); next_type_id 1669 kernel/bpf/btf.c resolved_type_id = next_type_id; next_type_id 1683 kernel/bpf/btf.c if (!btf_type_id_size(btf, &next_type_id, NULL)) { next_type_id 1688 kernel/bpf/btf.c env_stack_pop_resolved(env, next_type_id, 0); next_type_id 1698 kernel/bpf/btf.c u32 next_type_id = t->type; next_type_id 1701 kernel/bpf/btf.c next_type = btf_type_by_id(btf, next_type_id); next_type_id 1708 kernel/bpf/btf.c !env_type_is_resolved(env, next_type_id)) next_type_id 1709 kernel/bpf/btf.c return env_stack_push(env, next_type, next_type_id); next_type_id 1723 kernel/bpf/btf.c resolved_type_id = next_type_id; next_type_id 1733 kernel/bpf/btf.c if (!btf_type_id_size(btf, &next_type_id, NULL)) { next_type_id 1734 kernel/bpf/btf.c if (env_type_is_resolved(env, next_type_id)) next_type_id 1735 kernel/bpf/btf.c next_type = btf_type_id_resolve(btf, &next_type_id); next_type_id 1745 kernel/bpf/btf.c env_stack_pop_resolved(env, next_type_id, 0); next_type_id 2685 tools/lib/bpf/btf.c __u32 next_type_id = 1; next_type_id 2706 tools/lib/bpf/btf.c d->hypot_map[i] = next_type_id; next_type_id 2707 tools/lib/bpf/btf.c d->btf->types[next_type_id] = (struct btf_type *)p; next_type_id 2709 tools/lib/bpf/btf.c next_type_id++; next_type_id 2713 tools/lib/bpf/btf.c d->btf->nr_types = next_type_id - 1;