Home
last modified time | relevance | path

Searched refs:next_type_id (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/kernel/bpf/
Dbtf.c2515 u32 next_type_id = t->type; in btf_modifier_resolve() local
2518 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()
2525 !env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve()
2526 return env_stack_push(env, next_type, next_type_id); in btf_modifier_resolve()
2534 if (!btf_type_id_size(btf, &next_type_id, NULL)) { in btf_modifier_resolve()
2535 if (env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve()
2536 next_type = btf_type_id_resolve(btf, &next_type_id); in btf_modifier_resolve()
2547 env_stack_pop_resolved(env, next_type_id, 0); in btf_modifier_resolve()
2557 u32 next_type_id = t->type; in btf_var_resolve() local
2560 next_type = btf_type_by_id(btf, next_type_id); in btf_var_resolve()
[all …]
/linux-6.1.9/tools/lib/bpf/
Dbtf.c4544 __u32 next_type_id = d->btf->start_id; in btf_dedup_compact_types() local
4569 d->hypot_map[id] = next_type_id; in btf_dedup_compact_types()
4570 d->btf->type_offs[next_type_id - d->btf->start_id] = p - d->btf->types_data; in btf_dedup_compact_types()
4572 next_type_id++; in btf_dedup_compact_types()
4576 d->btf->nr_types = next_type_id - d->btf->start_id; in btf_dedup_compact_types()