Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c887 const char *prev_match; in match_positive_msgs() local
890 prev_match = log; in match_positive_msgs()
901 line += count_lines(prev_match, match); in match_positive_msgs()
905 prev_match = match; in match_positive_msgs()
958 struct match *prev_match = NULL; in validate_msgs() local
976 prev_match && prev_match->line + 1 != match->line; in validate_msgs()
1001 prev_match->line + 1, match->line); in validate_msgs()
1007 prev_match = match; in validate_msgs()
/linux/lib/zlib_deflate/
H A Ddefutil.h132 IPos prev_match; /* previous match */ member