Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Drwsem.c824 u64 rspin_threshold = 0; in rwsem_optimistic_spin() local
865 rspin_threshold = rwsem_rspin_threshold(sem); in rwsem_optimistic_spin()
876 else if (!(++loop & 0xf) && (sched_clock() > rspin_threshold)) { in rwsem_optimistic_spin()