Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_rwlock.c461 u_int sleep_cnt = 0; in __rw_rlock_hard() local
639 sleep_cnt++; in __rw_rlock_hard()
659 if (lda.spin_cnt > sleep_cnt) in __rw_rlock_hard()
936 u_int sleep_cnt = 0; in __rw_wlock_hard() local
1176 sleep_cnt++; in __rw_wlock_hard()
1205 if (lda.spin_cnt > sleep_cnt) in __rw_wlock_hard()
H A Dkern_sx.c583 u_int sleep_cnt = 0; in _sx_xlock_hard() local
864 sleep_cnt++; in _sx_xlock_hard()
896 if (lda.spin_cnt > sleep_cnt) in _sx_xlock_hard()
1034 u_int sleep_cnt = 0; in _sx_slock_hard() local
1220 sleep_cnt++; in _sx_slock_hard()
1245 if (lda.spin_cnt > sleep_cnt) in _sx_slock_hard()
H A Dkern_mutex.c531 u_int sleep_cnt = 0; in __mtx_lock_sleep() local
691 sleep_cnt++; in __mtx_lock_sleep()
708 if (lda.spin_cnt > sleep_cnt) in __mtx_lock_sleep()
H A Dsubr_witness.c471 SYSCTL_INT(_debug_witness, OID_AUTO, sleep_cnt, CTLFLAG_RD, &w_sleep_cnt, 0,
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_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()