Lines Matching refs:rand1
15 static u32 rand1, entry_val, exit_val; variable
39 entry_val = (rand1 / div_factor); in fp_entry_handler()
49 KUNIT_EXPECT_EQ(current_test, ret, (rand1 / div_factor) + 1); in fp_exit_handler()
51 KUNIT_EXPECT_EQ(current_test, ret, (rand1 / div_factor)); in fp_exit_handler()
52 KUNIT_EXPECT_EQ(current_test, entry_val, (rand1 / div_factor)); in fp_exit_handler()
71 target(rand1); in test_fprobe_entry()
77 target2(rand1); in test_fprobe_entry()
96 target(rand1); in test_fprobe()
102 target2(rand1); in test_fprobe()
122 target(rand1); in test_fprobe_syms()
128 target2(rand1); in test_fprobe_syms()
147 rand1 = get_random_u32_above(div_factor); in fprobe_test_init()