Searched refs:call_test_func (Results 1 – 1 of 1) sorted by relevance
289 static int call_test_func(long (*func)(long, long), bool check_test_regs) in call_test_func() function 298 pr_err("FAIL: call_test_func: func returned %lx\n", ret); in call_test_func() 343 ret = call_test_func(func, true); in test_kprobe() 358 if (!call_test_func(func, false)) in test_kprobe() 393 ret = call_test_func(func, true); in test_kretprobe() 404 if (!call_test_func(func, false)) in test_kretprobe()