Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/locking/
Drwsem.c830 u64 rspin_threshold = 0; in rwsem_optimistic_spin() local
873 rspin_threshold = rwsem_rspin_threshold(sem); in rwsem_optimistic_spin()
884 else if (!(++loop & 0xf) && (sched_clock() > rspin_threshold)) { in rwsem_optimistic_spin()