Lines Matching refs:rand

1440 	static DEFINE_TORTURE_RANDOM(rand);
1479 torture_hrtimeout_us(500, 1000, &rand);
1486 udelay(torture_random(&rand) & 0x3ff);
1533 switch (synctype[torture_random(&rand) % nsynctypes]) {
1540 do_rtws_sync(&rand, cur_ops->exp_sync);
1546 torture_hrtimeout_us(torture_random(&rand) % gp_cond_wi,
1547 1000, &rand);
1555 torture_hrtimeout_us(torture_random(&rand) % gp_cond_wi_exp,
1556 1000, &rand);
1564 torture_hrtimeout_us(torture_random(&rand) % gp_cond_wi,
1565 1000, &rand);
1573 torture_hrtimeout_us(torture_random(&rand) % gp_cond_wi_exp,
1574 1000, &rand);
1594 torture_hrtimeout_us(torture_random(&rand) % gp_poll_wi,
1595 1000, &rand);
1615 torture_hrtimeout_us(torture_random(&rand) % gp_poll_wi,
1616 1000, &rand);
1625 torture_hrtimeout_us(torture_random(&rand) % gp_poll_wi_exp,
1626 1000, &rand);
1634 torture_hrtimeout_us(torture_random(&rand) % gp_poll_wi_exp,
1635 1000, &rand);
1640 do_rtws_sync(&rand, cur_ops->sync);
1652 !(torture_random(&rand) & 0xff & (!!expediting - 1))) {
1712 DEFINE_TORTURE_RANDOM(rand);
1729 torture_hrtimeout_jiffies(torture_random(&rand) % 10, &rand);
1731 torture_random(&rand) % (nfakewriters * 8) == 0) {
1734 switch (synctype[torture_random(&rand) % nsynctypes]) {
1742 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand);
1747 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand);
1752 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand);
1757 torture_hrtimeout_jiffies(torture_random(&rand) % 16, &rand);
1767 torture_hrtimeout_jiffies(torture_random(&rand) % 16,
1768 &rand);
1778 torture_hrtimeout_jiffies(torture_random(&rand) % 16,
1779 &rand);
1785 torture_hrtimeout_jiffies(torture_random(&rand) % 16,
1786 &rand);
1792 torture_hrtimeout_jiffies(torture_random(&rand) % 16,
1793 &rand);
2242 DEFINE_TORTURE_RANDOM(rand);
2255 if (!rcu_torture_one_read(&rand, myid) && !torture_must_stop())
2258 torture_hrtimeout_us(500, 1000, &rand);
2284 DEFINE_TORTURE_RANDOM(rand);
2302 r = torture_random(&rand);
2311 toggle_delay = torture_random(&rand) % toggle_fuzz + toggle_interval;
3522 DEFINE_TORTURE_RANDOM(rand);
3527 torture_hrtimeout_ms(preempt_interval, 100, &rand);