Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dbtf.c2389 u32 next_type_id = t->type; in btf_modifier_resolve() local
2399 !env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve()
2409 if (env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve()
2421 env_stack_pop_resolved(env, next_type_id, 0); in btf_modifier_resolve()
2431 u32 next_type_id = t->type; in btf_var_resolve() local
2441 !env_type_is_resolved(env, next_type_id)) in btf_var_resolve()
2448 resolved_type_id = next_type_id; in btf_var_resolve()
2467 env_stack_pop_resolved(env, next_type_id, 0); in btf_var_resolve()
2477 u32 next_type_id = t->type; in btf_ptr_resolve() local
2502 resolved_type_id = next_type_id; in btf_ptr_resolve()
[all …]
/linux/tools/lib/bpf/
A Dbtf.c4422 __u32 next_type_id = d->btf->start_id; in btf_dedup_compact_types() local
4447 d->hypot_map[id] = next_type_id; in btf_dedup_compact_types()
4448 d->btf->type_offs[next_type_id - d->btf->start_id] = p - d->btf->types_data; in btf_dedup_compact_types()
4450 next_type_id++; in btf_dedup_compact_types()
4454 d->btf->nr_types = next_type_id - d->btf->start_id; in btf_dedup_compact_types()

Completed in 23 milliseconds