Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c244 u32 start_id; /* first type ID in this BTF (0 for base BTF) */ member
810 while (type_id < btf->start_id) in btf_type_by_id()
813 type_id -= btf->start_id; in btf_type_by_id()
1555 if (btf->start_id + btf->types_size == BTF_MAX_TYPE) { in btf_add_type()
1757 if (type_id < env->btf->start_id) in env_type_is_resolved()
1760 return env->visit_states[type_id - env->btf->start_id] == RESOLVED; in env_type_is_resolved()
1772 if (type_id < btf->start_id in env_stack_push()
1773 || env->visit_states[type_id - btf->start_id] != NOT_VISITED) in env_stack_push()
1776 env->visit_states[type_id - btf->start_id] = VISITED; in env_stack_push()
1806 type_id -= btf->start_id; /* adjust to local type id */ in env_stack_pop_resolved()
[all …]
Dsyscall.c3663 u32 next_id = attr->start_id; in bpf_obj_get_next_id()