Lines Matching refs:hit
1222 int hit; member
1244 probe->hit = -1; in register_test_probe()
1252 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler()
1268 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler()
1277 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler()
1296 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler()
1540 if (test_before_probe.hit != test_instance) { in kprobes_test_case_end()
1545 if (test_after_probe.hit != test_instance && in kprobes_test_case_end()
1546 test_after2_probe.hit != test_instance) { in kprobes_test_case_end()
1570 if (test_case_probe.hit != test_instance) { in kprobes_test_case_end()
1575 if (test_case_probe.hit == test_instance) { in kprobes_test_case_end()