Searched refs:rand1 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/lib/ |
| D | test_kprobes.c | 15 static u32 rand1, preh_val, posth_val; variable 33 preh_val = (rand1 / div_factor); in kp_pre_handler() 41 KUNIT_EXPECT_EQ(current_test, preh_val, (rand1 / div_factor)); in kp_post_handler() 55 target(rand1); in test_kprobe() 95 preh_val = (rand1 / div_factor) + 1; in kp_pre_handler2() 102 KUNIT_EXPECT_EQ(current_test, preh_val, (rand1 / div_factor) + 1); in kp_post_handler2() 125 target(rand1); in test_kprobes() 132 target2(rand1); in test_kprobes() 145 krph_val = (rand1 / div_factor); in entry_handler() 154 KUNIT_EXPECT_EQ(current_test, ret, rand1 / div_factor); in return_handler() [all …]
|
| D | test_fprobe.c | 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() [all …]
|
| D | test_scanf.c | 279 u32 rand1 = prandom_u32_state(&rnd_state); in next_test_random_ull() local 280 u32 n_bits = (hweight32(rand1) * 3) % 64; in next_test_random_ull() 281 u64 val = (u64)prandom_u32_state(&rnd_state) * rand1; in next_test_random_ull()
|
| /Linux-v6.1/drivers/net/ethernet/freescale/ |
| D | fec_mpc52xx.h | 92 u32 rand1; /* FEC + 0x12C */ member
|