Home
last modified time | relevance | path

Searched refs:shortdelay_us (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/kernel/locking/
Dlocktorture.c162 const unsigned long shortdelay_us = 2; in torture_spin_lock_write_delay() local
172 (cxt.nrealwriters_stress * 2 * shortdelay_us))) in torture_spin_lock_write_delay()
173 udelay(shortdelay_us); in torture_spin_lock_write_delay()
231 const unsigned long shortdelay_us = 2; in torture_rwlock_write_delay() local
241 udelay(shortdelay_us); in torture_rwlock_write_delay()
257 const unsigned long shortdelay_us = 10; in torture_rwlock_read_delay() local
267 udelay(shortdelay_us); in torture_rwlock_read_delay()
/linux-4.1.27/kernel/rcu/
Drcutorture.c277 const unsigned long shortdelay_us = 200; in rcu_read_delay() local
286 if (!(torture_random(rrsp) % (nrealreaders * 2 * shortdelay_us))) in rcu_read_delay()
287 udelay(shortdelay_us); in rcu_read_delay()