Home
last modified time | relevance | path

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

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