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.c842 const char *prev_match; in is_unpriv_capable_map()
845 prev_match = log; in is_unpriv_capable_map()
856 line += count_lines(prev_match, match); in do_prog_test_run()
860 prev_match = match; in do_prog_test_run()
913 struct match *prev_match = NULL; in get_xlated_program_text()
931 prev_match && prev_match->line + 1 != match->line;
956 prev_match->line + 1, match->line); in run_subtest()
962 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