Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds