Lines Matching refs:torture_random
128 if (!(torture_random(trsp) % in torture_lock_busted_write_delay()
132 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_lock_busted_write_delay()
168 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
171 if (!(torture_random(trsp) % in torture_spin_lock_write_delay()
175 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_spin_lock_write_delay()
237 if (!(torture_random(trsp) % in torture_rwlock_write_delay()
263 if (!(torture_random(trsp) % in torture_rwlock_read_delay()
338 if (!(torture_random(trsp) % in torture_mutex_delay()
344 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_mutex_delay()
376 if (!(torture_random(trsp) % in torture_rwsem_write_delay()
382 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000))) in torture_rwsem_write_delay()
403 if (!(torture_random(trsp) % in torture_rwsem_read_delay()
409 if (!(torture_random(trsp) % (cxt.nrealreaders_stress * 20000))) in torture_rwsem_read_delay()
442 if ((torture_random(&rand) & 0xfffff) == 0) in lock_torture_writer()
476 if ((torture_random(&rand) & 0xfffff) == 0) in lock_torture_reader()