Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_rwlock.c97 static u_short __read_frequently rowner_loops; variable
102 SYSCTL_U16(_debug_rwlock, OID_AUTO, loops, CTLFLAG_RW, &rowner_loops, 0, "");
117 rowner_loops = max(10000, rw_delay.max); in rw_lock_delay_init()
123 #define rowner_loops locks_delay_loops macro
530 for (i = 0; i < rowner_loops; i += n) { in __rw_rlock_hard()
542 lda.spin_cnt += rowner_loops - i; in __rw_rlock_hard()
546 if (i < rowner_loops) in __rw_rlock_hard()
1044 for (i = 0; i < rowner_loops; i += n) { in __rw_wlock_hard()
1060 if (i < rowner_loops) in __rw_wlock_hard()