Searched refs:next_type_id (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | btf.c | 2296 u32 next_type_id = t->type; in btf_modifier_resolve() local 2299 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve() 2306 !env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve() 2307 return env_stack_push(env, next_type, next_type_id); in btf_modifier_resolve() 2309 /* Figure out the resolved next_type_id with size. in btf_modifier_resolve() 2315 if (!btf_type_id_size(btf, &next_type_id, NULL)) { in btf_modifier_resolve() 2316 if (env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve() 2317 next_type = btf_type_id_resolve(btf, &next_type_id); in btf_modifier_resolve() 2328 env_stack_pop_resolved(env, next_type_id, 0); in btf_modifier_resolve() 2338 u32 next_type_id in btf_var_resolve() local 2384 u32 next_type_id = t->type; btf_ptr_resolve() local [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | btf.c | 2562 u32 next_type_id = t->type; in btf_modifier_resolve() local 2565 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve() 2572 !env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve() 2573 return env_stack_push(env, next_type, next_type_id); in btf_modifier_resolve() 2575 /* Figure out the resolved next_type_id with size. in btf_modifier_resolve() 2581 if (!btf_type_id_size(btf, &next_type_id, NULL)) { in btf_modifier_resolve() 2582 if (env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve() 2583 next_type = btf_type_id_resolve(btf, &next_type_id); in btf_modifier_resolve() 2594 env_stack_pop_resolved(env, next_type_id, 0); in btf_modifier_resolve() 2604 u32 next_type_id in btf_var_resolve() local 2650 u32 next_type_id = t->type; btf_ptr_resolve() local 4385 u32 next_type_id = t->type; btf_func_resolve() local 4744 u32 next_type_id = t->type; btf_decl_tag_resolve() local [all...] |
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 4263 __u32 next_type_id = 1; in btf_dedup_compact_types() local 4283 d->hypot_map[i] = next_type_id; in btf_dedup_compact_types() 4284 d->btf->type_offs[next_type_id] = p - d->btf->types_data; in btf_dedup_compact_types() 4286 next_type_id++; in btf_dedup_compact_types() 4290 d->btf->nr_types = next_type_id - 1; in btf_dedup_compact_types()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.c | 4666 __u32 next_type_id = d->btf->start_id; in btf_dedup_compact_types() local 4691 d->hypot_map[id] = next_type_id; in btf_dedup_compact_types() 4692 d->btf->type_offs[next_type_id - d->btf->start_id] = p - d->btf->types_data; in btf_dedup_compact_types() 4694 next_type_id++; in btf_dedup_compact_types() 4698 d->btf->nr_types = next_type_id - d->btf->start_id; in btf_dedup_compact_types()
|
Completed in 24 milliseconds