Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dtest_kprobes.c25 static u32 rand1, preh_val, posth_val, jph_val; variable
37 preh_val = (rand1 / div_factor); in kp_pre_handler()
44 if (preh_val != (rand1 / div_factor)) { in kp_post_handler()
48 posth_val = preh_val + div_factor; in kp_post_handler()
70 if (preh_val == 0) { 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()
101 posth_val = preh_val + div_factor; in kp_post_handler2()
124 preh_val = 0; in test_kprobes()
128 if (preh_val == 0) { in test_kprobes()
[all …]