Searched refs:test_instance (Results 1 – 1 of 1) sorted by relevance
1057 static int test_instance; variable1244 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler()1260 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler()1267 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler()1276 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler()1460 ++test_instance; in kprobes_test_case_start()1521 if (test_before_probe.hit != test_instance) { in kprobes_test_case_end()1526 if (test_after_probe.hit != test_instance && in kprobes_test_case_end()1527 test_after2_probe.hit != test_instance) { in kprobes_test_case_end()1551 if (test_case_probe.hit != test_instance) { in kprobes_test_case_end()[all …]