Lines Matching refs:torture_random
115 if (!(torture_random(trsp) % in torture_lock_busted_write_delay()
118 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_lock_busted_write_delay()
159 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
162 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
165 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_spin_lock_write_delay()
228 if (!(torture_random(trsp) % in torture_rwlock_write_delay()
254 if (!(torture_random(trsp) % in torture_rwlock_read_delay()
331 if (!(torture_random(trsp) % in torture_mutex_delay()
336 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_mutex_delay()
447 if (trsp && !(torture_random(trsp) % in torture_rtmutex_boost()
460 if (!trsp || !(torture_random(trsp) % in torture_rtmutex_boost()
477 if (!(torture_random(trsp) % in torture_rtmutex_delay()
480 if (!(torture_random(trsp) % in torture_rtmutex_delay()
483 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_rtmutex_delay()
516 if (!(torture_random(trsp) % in torture_rwsem_write_delay()
521 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_rwsem_write_delay()
541 if (!(torture_random(trsp) % in torture_rwsem_read_delay()
546 if (!(torture_random(trsp) % (cxt.nrealreaders_stress * 20000))) in torture_rwsem_read_delay()
621 if ((torture_random(&rand) & 0xfffff) == 0) in lock_torture_writer()
658 if ((torture_random(&rand) & 0xfffff) == 0) in lock_torture_reader()