Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dbtf.c602 #define MAX_RESOLVE_DEPTH 32 macro
613 for (i = 0; i < MAX_RESOLVE_DEPTH && !btf_type_is_void_or_null(t); i++) { in btf__resolve_size()
720 while (depth < MAX_RESOLVE_DEPTH && in btf__resolve_type()
728 if (depth == MAX_RESOLVE_DEPTH || btf_type_is_void_or_null(t)) in btf__resolve_type()
/openbmc/linux/kernel/bpf/
H A Dbtf.c295 #define MAX_RESOLVE_DEPTH 32 macro
305 struct resolve_vertex stack[MAX_RESOLVE_DEPTH];
1806 if (env->top_stack == MAX_RESOLVE_DEPTH) in env_stack_push()
1883 for (i = 0; i < MAX_RESOLVE_DEPTH; i++) { in __btf_resolve_size()
5073 MAX_RESOLVE_DEPTH); in btf_resolve()