Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dveristat.c822 #define MAX_PARSED_LOG_LINES 100 macro
831 for (pos = strlen(buf) - 1, lines = 0; pos >= 0 && lines < MAX_PARSED_LOG_LINES; lines++) { in parse_verif_log()