Home
last modified time | relevance | path

Searched refs:visible_idx (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
2313 visible_idx >= BPF_DIAG_HISTORY_RENDER_MAX / 2 && in diag_print_history()
2314 visible_idx < visible_cnt - BPF_DIAG_HISTORY_RENDER_MAX / 2) { in diag_print_history()
2315 if (visible_idx++ != BPF_DIAG_HISTORY_RENDER_MAX / 2) in diag_print_history()
2324 visible_idx++; in diag_print_history()