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

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

Completed in 194 milliseconds