Home
last modified time | relevance | path

Searched defs:fail_cnt (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_progs.h121 int fail_cnt; /* total failed tests + sub-tests */ member
Dtest_progs.c1286 int succ_cnt = 0, fail_cnt = 0, sub_succ_cnt = 0, skip_cnt = 0; in calculate_summary_and_print_errors() local
Dtest_sockmap.c128 int fail_cnt; member