Home
last modified time | relevance | path

Searched refs:rand1 (Results 1 – 3 of 3) sorted by relevance

/linux/lib/tests/
H A Dtest_fprobe.c15 static u32 rand1, entry_only_val, entry_val, exit_val; variable
43 entry_val = (rand1 / div_factor); in fp_entry_handler()
63 KUNIT_EXPECT_EQ(current_test, ret, (rand1 / div_factor) + 1); in fp_exit_handler()
65 KUNIT_EXPECT_EQ(current_test, ret, (rand1 / div_factor)); in fp_exit_handler()
66 KUNIT_EXPECT_EQ(current_test, entry_val, (rand1 / div_factor)); in fp_exit_handler()
91 target(rand1); in test_fprobe_entry()
97 target2(rand1); in test_fprobe_entry()
116 target(rand1); in test_fprobe()
122 target2(rand1); in test_fprobe()
142 target(rand1); in test_fprobe_syms()
[all …]
H A Dtest_kprobes.c21 static u32 rand1, preh_val, posth_val; variable
46 preh_val = recursed_target(rand1); in kp_pre_handler()
53 u32 expval = recursed_target(rand1); in kp_post_handler()
71 target(rand1); in test_kprobe()
111 preh_val = (rand1 / div_factor) + 1; in kp_pre_handler2()
118 KUNIT_EXPECT_EQ(current_test, preh_val, (rand1 / div_factor) + 1); in kp_post_handler2()
137 target(rand1); in test_kprobes()
144 target2(rand1); in test_kprobes()
165 recursed_target(rand1); in test_kprobe_missed()
180 krph_val = (rand1 / div_factor); in entry_handler()
[all …]
/linux/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.h92 u32 rand1; /* FEC + 0x12C */ member