Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Drwsem.c793 u64 rspin_threshold = 0; in rwsem_optimistic_spin() local
839 rspin_threshold = rwsem_rspin_threshold(sem); in rwsem_optimistic_spin()
850 else if (!(++loop & 0xf) && (sched_clock() > rspin_threshold)) { in rwsem_optimistic_spin()