Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c265 u32 start_id; /* first type ID in this BTF (0 for base BTF) */ member
828 while (type_id < btf->start_id) in btf_type_by_id()
831 type_id -= btf->start_id; in btf_type_by_id()
1573 if (btf->start_id + btf->types_size == BTF_MAX_TYPE) { in btf_add_type()
1795 if (type_id < env->btf->start_id) in env_type_is_resolved()
1798 return env->visit_states[type_id - env->btf->start_id] == RESOLVED; in env_type_is_resolved()
1810 if (type_id < btf->start_id in env_stack_push()
1811 || env->visit_states[type_id - btf->start_id] != NOT_VISITED) in env_stack_push()
1814 env->visit_states[type_id - btf->start_id] = VISITED; in env_stack_push()
1844 type_id -= btf->start_id; /* adjust to local type id */ in env_stack_pop_resolved()
[all …]
Dsyscall.c4095 u32 next_id = attr->start_id; in bpf_obj_get_next_id()