Searched refs:rspin_threshold (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Drwsem.c824 u64 rspin_threshold = 0; local
856 * Re-initialize rspin_threshold every time when
865 rspin_threshold = rwsem_rspin_threshold(sem);
876 else if (!(++loop & 0xf) && (sched_clock() > rspin_threshold)) {

Completed in 522 milliseconds