Searched refs:preh_val (Results 1 – 1 of 1) sorted by relevance
16 static u32 rand1, preh_val, posth_val; variable32 preh_val = (rand1 / div_factor); in kp_pre_handler()43 if (preh_val != (rand1 / div_factor)) { in kp_post_handler()47 posth_val = preh_val + div_factor; in kp_post_handler()69 if (preh_val == 0) { in test_kprobe()89 preh_val = (rand1 / div_factor) + 1; in kp_pre_handler2()96 if (preh_val != (rand1 / div_factor) + 1) { in kp_post_handler2()100 posth_val = preh_val + div_factor; in kp_post_handler2()123 preh_val = 0; in test_kprobes()127 if (preh_val == 0) { in test_kprobes()[all …]