Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbtf.c581 #define MAX_RESOLVE_DEPTH 32 macro
592 for (i = 0; i < MAX_RESOLVE_DEPTH && !btf_type_is_void_or_null(t); i++) { in btf__resolve_size()
682 while (depth < MAX_RESOLVE_DEPTH && in btf__resolve_type()
690 if (depth == MAX_RESOLVE_DEPTH || btf_type_is_void_or_null(t)) in btf__resolve_type()
/linux/kernel/bpf/
A Dbtf.c248 #define MAX_RESOLVE_DEPTH 32 macro
258 struct resolve_vertex stack[MAX_RESOLVE_DEPTH];
1643 if (env->top_stack == MAX_RESOLVE_DEPTH) in env_stack_push()
1720 for (i = 0; i < MAX_RESOLVE_DEPTH; i++) { in __btf_resolve_size()
4192 MAX_RESOLVE_DEPTH); in btf_resolve()

Completed in 22 milliseconds