Lines Matching refs:preh_val
15 static u32 rand1, preh_val, posth_val; variable
40 preh_val = recursed_target(rand1); in kp_pre_handler()
50 KUNIT_EXPECT_EQ(current_test, preh_val, expval); in kp_post_handler()
52 posth_val = preh_val + div_factor; in kp_post_handler()
67 KUNIT_EXPECT_NE(test, 0, preh_val); in test_kprobe()
105 preh_val = (rand1 / div_factor) + 1; in kp_pre_handler2()
112 KUNIT_EXPECT_EQ(current_test, preh_val, (rand1 / div_factor) + 1); in kp_post_handler2()
113 posth_val = preh_val + div_factor; in kp_post_handler2()
133 preh_val = 0; in test_kprobes()
137 KUNIT_EXPECT_NE(test, 0, preh_val); in test_kprobes()
140 preh_val = 0; in test_kprobes()
144 KUNIT_EXPECT_NE(test, 0, preh_val); in test_kprobes()
158 preh_val = 0; in test_kprobe_missed()
166 KUNIT_EXPECT_NE(test, 0, preh_val); in test_kprobe_missed()