Lines Matching refs:rand1
15 static u32 rand1, entry_val, exit_val; variable
42 entry_val = (rand1 / div_factor); in fp_entry_handler()
62 KUNIT_EXPECT_EQ(current_test, ret, (rand1 / div_factor) + 1); in fp_exit_handler()
64 KUNIT_EXPECT_EQ(current_test, ret, (rand1 / div_factor)); in fp_exit_handler()
65 KUNIT_EXPECT_EQ(current_test, entry_val, (rand1 / div_factor)); in fp_exit_handler()
90 target(rand1); in test_fprobe_entry()
96 target2(rand1); in test_fprobe_entry()
115 target(rand1); in test_fprobe()
121 target2(rand1); in test_fprobe()
141 target(rand1); in test_fprobe_syms()
147 target2(rand1); in test_fprobe_syms()
166 target(rand1); in test_fprobe_data()
184 target(rand1); in test_fprobe_skip()
205 rand1 = get_random_u32_above(div_factor); in fprobe_test_init()