Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Ddiagnostics.c2283 u32 i, visible_cnt = 0, visible_idx = 0; in diag_print_history() local
2298 visible_cnt++; in diag_print_history()
2301 if (!visible_cnt && !log->first_seq && opts->scope == BPF_DIAG_HISTORY_SCOPE_STACK_ARG) in diag_print_history()
2312 if (visible_cnt > BPF_DIAG_HISTORY_RENDER_MAX && in diag_print_history()
2314 visible_idx < visible_cnt - BPF_DIAG_HISTORY_RENDER_MAX / 2) { in diag_print_history()
2321 visible_cnt - BPF_DIAG_HISTORY_RENDER_MAX); in diag_print_history()
2352 if (!visible_cnt) in diag_print_history()