Searched refs:test_probe (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/arm/probes/kprobes/ |
D | test-core.c | 1160 struct test_probe { struct 1166 static void unregister_test_probe(struct test_probe *probe) in unregister_test_probe() argument 1175 static int register_test_probe(struct test_probe *probe) in register_test_probe() 1193 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_before_pre_handler() 1209 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_case_pre_handler() 1218 if (container_of(p, struct test_probe, kprobe)->hit == test_instance) in test_after_pre_handler() 1237 container_of(p, struct test_probe, kprobe)->hit = test_instance; in test_after_pre_handler() 1241 static struct test_probe test_before_probe = { 1246 static struct test_probe test_case_probe = { 1250 static struct test_probe test_after_probe = { [all …]
|
/Linux-v5.10/drivers/base/test/ |
D | test_async_driver_probe.c | 23 static int test_probe(struct platform_device *pdev) in test_probe() function 65 .probe = test_probe, 73 .probe = test_probe,
|
/Linux-v5.10/drivers/rtc/ |
D | rtc-test.c | 116 static int test_probe(struct platform_device *plat_dev) in test_probe() function 146 .probe = test_probe,
|