Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Drwsem.c788 u64 rspin_threshold = 0; in rwsem_optimistic_spin() local
834 rspin_threshold = rwsem_rspin_threshold(sem); in rwsem_optimistic_spin()
845 else if (!(++loop & 0xf) && (sched_clock() > rspin_threshold)) { in rwsem_optimistic_spin()