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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c1327 int succ_cnt = 0, fail_cnt = 0, sub_succ_cnt = 0, skip_cnt = 0; local
1342 succ_cnt++;
1353 jsonw_uint_field(w, "success", succ_cnt);
1391 succ_cnt, sub_succ_cnt, skip_cnt, fail_cnt);
1393 env->succ_cnt = succ_cnt;
1779 env.succ_cnt++;
1785 env.succ_cnt++;
1793 printf("%d\n", env.succ_cnt);
1811 if (env.succ_cnt
[all...]
H A Dtest_progs.h119 int succ_cnt; /* successful tests */ member in struct:test_env
H A Dtest_sockmap.c127 int succ_cnt; member in struct:test_env
168 env.succ_cnt++;
214 env.succ_cnt, env.fail_cnt);

Completed in 128 milliseconds