Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_rwlock.c447 u_int sleep_cnt = 0; in __rw_rlock_hard() local
624 sleep_cnt++; in __rw_rlock_hard()
643 if (lda.spin_cnt > sleep_cnt) in __rw_rlock_hard()
916 u_int sleep_cnt = 0; in __rw_wlock_hard() local
1155 sleep_cnt++; in __rw_wlock_hard()
1183 if (lda.spin_cnt > sleep_cnt) in __rw_wlock_hard()
HDkern_sx.c589 u_int sleep_cnt = 0; in _sx_xlock_hard() local
862 sleep_cnt++; in _sx_xlock_hard()
893 if (lda.spin_cnt > sleep_cnt) in _sx_xlock_hard()
1034 u_int sleep_cnt = 0; in _sx_slock_hard() local
1214 sleep_cnt++; in _sx_slock_hard()
1238 if (lda.spin_cnt > sleep_cnt) in _sx_slock_hard()
HDkern_mutex.c513 u_int sleep_cnt = 0; in __mtx_lock_sleep() local
671 sleep_cnt++; in __mtx_lock_sleep()
687 if (lda.spin_cnt > sleep_cnt) in __mtx_lock_sleep()
HDsubr_witness.c471 SYSCTL_INT(_debug_witness, OID_AUTO, sleep_cnt, CTLFLAG_RD, &w_sleep_cnt, 0,
/freebsd-14-stable/sys/dev/qlnx/qlnxe/
HDecore_int.c1977 u32 sleep_cnt = IGU_CLEANUP_SLEEP_LENGTH; in ecore_int_igu_cleanup_sb() local
2013 while (--sleep_cnt) { in ecore_int_igu_cleanup_sb()
2020 if (!sleep_cnt) in ecore_int_igu_cleanup_sb()