• Home
  • Raw
  • Download

Lines Matching refs:torture_random

116 	if (!(torture_random(trsp) %  in torture_lock_busted_write_delay()
119 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_lock_busted_write_delay()
160 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
163 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
166 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_spin_lock_write_delay()
229 if (!(torture_random(trsp) % in torture_rwlock_write_delay()
255 if (!(torture_random(trsp) % in torture_rwlock_read_delay()
332 if (!(torture_random(trsp) % in torture_mutex_delay()
337 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_mutex_delay()
450 if (trsp && !(torture_random(trsp) % in torture_rtmutex_boost()
464 if (!trsp || !(torture_random(trsp) % in torture_rtmutex_boost()
484 if (!(torture_random(trsp) % in torture_rtmutex_delay()
487 if (!(torture_random(trsp) % in torture_rtmutex_delay()
490 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_rtmutex_delay()
523 if (!(torture_random(trsp) % in torture_rwsem_write_delay()
528 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_rwsem_write_delay()
548 if (!(torture_random(trsp) % in torture_rwsem_read_delay()
553 if (!(torture_random(trsp) % (cxt.nrealreaders_stress * 20000))) in torture_rwsem_read_delay()
628 if ((torture_random(&rand) & 0xfffff) == 0) in lock_torture_writer()
665 if ((torture_random(&rand) & 0xfffff) == 0) in lock_torture_reader()