Searched refs:depth_to_show (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dbtf.c381 * encounter a non-zero value we set show->state.depth_to_show to
384 * depth_to_show > depth. See btf_[struct,array]_show() for the
421 u8 depth_to_show; member in struct:btf_show::__anon2842
1164 if (show->state.depth > show->state.depth_to_show) \
1165 show->state.depth_to_show = show->state.depth; \
1175 if (show->state.depth > show->state.depth_to_show) \
1176 show->state.depth_to_show = show->state.depth; \
3073 show->state.depth_to_show = 0;
3082 if (show->state.depth_to_show <= show->state.depth)
4037 show->state.depth_to_show
[all...]

Completed in 216 milliseconds