Searched refs:rand1 (Results 1 – 2 of 2) sorted by relevance
25 static u32 rand1, preh_val, posth_val, jph_val; variable37 preh_val = (rand1 / div_factor); in kp_pre_handler()44 if (preh_val != (rand1 / div_factor)) { in kp_post_handler()67 ret = target(rand1); in test_kprobe()90 preh_val = (rand1 / div_factor) + 1; in kp_pre_handler2()97 if (preh_val != (rand1 / div_factor) + 1) { in kp_post_handler2()126 ret = target(rand1); in test_kprobes()140 ret = target2(rand1); in test_kprobes()159 if (value != rand1) { in j_kprobe_target()164 jph_val = rand1; in j_kprobe_target()[all …]
92 u32 rand1; /* FEC + 0x12C */ member