Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/lib/bpf/
A Dbtf_dump.c105 int decl_stack_cap; member
1211 if (d->decl_stack_cnt >= d->decl_stack_cap) { in btf_dump_push_decl_stack_id()
1212 new_cap = max(16, d->decl_stack_cap * 3 / 2); in btf_dump_push_decl_stack_id()
1217 d->decl_stack_cap = new_cap; in btf_dump_push_decl_stack_id()

Completed in 8 milliseconds