Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dlocktorture.c251 const unsigned long shortdelay_us = 2; in torture_spin_lock_write_delay() local
262 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 200 * shortdelay_us))) in torture_spin_lock_write_delay()
263 udelay(shortdelay_us); in torture_spin_lock_write_delay()
376 const unsigned long shortdelay_us = 2; in torture_rwlock_write_delay() local
384 udelay(shortdelay_us); in torture_rwlock_write_delay()
402 const unsigned long shortdelay_us = 10; in torture_rwlock_read_delay() local
410 udelay(shortdelay_us); in torture_rwlock_read_delay()
675 const unsigned long shortdelay_us = 2; in torture_rtmutex_delay() local
684 (cxt.nrealwriters_stress * 200 * shortdelay_us))) in torture_rtmutex_delay()
685 udelay(shortdelay_us); in torture_rtmutex_delay()
[all...]