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

/arch/arm/kernel/
H A Dkprobes-test.c1042 static int test_instance; variable
1229 container_of(p, struct test_probe, kprobe)->hit = test_instance;
1245 container_of(p, struct test_probe, kprobe)->hit = test_instance;
1252 if (container_of(p, struct test_probe, kprobe)->hit == test_instance)
1261 container_of(p, struct test_probe, kprobe)->hit = test_instance;
1445 ++test_instance;
1506 if (test_before_probe.hit != test_instance) {
1511 if (test_after_probe.hit != test_instance &&
1512 test_after2_probe.hit != test_instance) {
1536 if (test_case_probe.hit != test_instance) {
[all...]

Completed in 7 milliseconds