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.c882 const char *prev_match; in do_prog_test_run()
885 prev_match = log; in should_do_test_run()
896 line += count_lines(prev_match, match); in should_do_test_run()
900 prev_match = match;
953 struct match *prev_match = NULL; in run_subtest()
971 prev_match && prev_match->line + 1 != match->line; in run_subtest()
996 prev_match->line + 1, match->line); in run_subtest()
1002 prev_match = match; in run_subtest()
713 const char *log = log_buf, *prev_match; validate_msgs() local
/linux/lib/zlib_deflate/
H A Ddefutil.h132 IPos prev_match; /* previous match */ member