Lines Matching refs:torture_random
118 if (!(torture_random(trsp) % in torture_lock_busted_write_delay()
121 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_lock_busted_write_delay()
163 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
166 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
169 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_spin_lock_write_delay()
234 if (!(torture_random(trsp) % in torture_rwlock_write_delay()
262 if (!(torture_random(trsp) % in torture_rwlock_read_delay()
343 if (!(torture_random(trsp) % in torture_mutex_delay()
348 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_mutex_delay()
487 if (trsp && !(torture_random(trsp) % in torture_rtmutex_boost()
500 if (!trsp || !(torture_random(trsp) % in torture_rtmutex_boost()
517 if (!(torture_random(trsp) % in torture_rtmutex_delay()
520 if (!(torture_random(trsp) % in torture_rtmutex_delay()
523 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_rtmutex_delay()
558 if (!(torture_random(trsp) % in torture_rwsem_write_delay()
563 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_rwsem_write_delay()
585 if (!(torture_random(trsp) % in torture_rwsem_read_delay()
590 if (!(torture_random(trsp) % (cxt.nrealreaders_stress * 20000))) in torture_rwsem_read_delay()
677 if ((torture_random(&rand) & 0xfffff) == 0) in lock_torture_writer()
716 if ((torture_random(&rand) & 0xfffff) == 0) in lock_torture_reader()