Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/
Dveristat.c1083 int *max_len_base = &env.output_spec.lens[3 * i + 0]; in output_comp_stats() local
1123 if (len > *max_len_base) in output_comp_stats()
1124 *max_len_base = len; in output_comp_stats()
1138 printf(fmt, i == 0 ? "" : COLUMN_SEP, *max_len_base, base_buf); in output_comp_stats()