Lines Matching refs:torture_random
133 if (!(torture_random(trsp) % in torture_lock_busted_write_delay()
137 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_lock_busted_write_delay()
179 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
182 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
186 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_spin_lock_write_delay()
250 if (!(torture_random(trsp) % in torture_rwlock_write_delay()
276 if (!(torture_random(trsp) % in torture_rwlock_read_delay()
353 if (!(torture_random(trsp) % in torture_mutex_delay()
359 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_mutex_delay()
401 if (!(torture_random(trsp) % in torture_rtmutex_boost()
415 if (!trsp || !(torture_random(trsp) % in torture_rtmutex_boost()
435 if (!(torture_random(trsp) % in torture_rtmutex_delay()
438 if (!(torture_random(trsp) % in torture_rtmutex_delay()
442 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_rtmutex_delay()
476 if (!(torture_random(trsp) % in torture_rwsem_write_delay()
482 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_rwsem_write_delay()
503 if (!(torture_random(trsp) % in torture_rwsem_read_delay()
509 if (!(torture_random(trsp) % (cxt.nrealreaders_stress * 20000))) in torture_rwsem_read_delay()
585 if ((torture_random(&rand) & 0xfffff) == 0) in lock_torture_writer()
622 if ((torture_random(&rand) & 0xfffff) == 0) in lock_torture_reader()