Searched refs:rand1 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtest_kprobes.c23 static u32 rand1, preh_val, posth_val, jph_val; variable
35 preh_val = (rand1 / div_factor);
42 if (preh_val != (rand1 / div_factor)) {
67 ret = target(rand1);
92 preh_val = (rand1 / div_factor) + 1;
99 if (preh_val != (rand1 / div_factor) + 1) {
128 ret = target(rand1);
144 ret = target2(rand1);
165 if (value != rand1) {
171 jph_val = rand1;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfec_mpc52xx.h92 u32 rand1; /* FEC + 0x12C */ member in struct:mpc52xx_fec

Completed in 55 milliseconds