Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_rwlock.c449 u_int sleep_cnt = 0; in __rw_rlock_hard() local
626 sleep_cnt++; in __rw_rlock_hard()
645 if (lda.spin_cnt > sleep_cnt) in __rw_rlock_hard()
917 u_int sleep_cnt = 0; in __rw_wlock_hard() local
1156 sleep_cnt++; in __rw_wlock_hard()
1184 if (lda.spin_cnt > sleep_cnt) in __rw_wlock_hard()
H A Dkern_sx.c590 u_int sleep_cnt = 0; in _sx_xlock_hard() local
863 sleep_cnt++; in _sx_xlock_hard()
894 if (lda.spin_cnt > sleep_cnt) in _sx_xlock_hard()
1035 u_int sleep_cnt = 0; in _sx_slock_hard() local
1215 sleep_cnt++; in _sx_slock_hard()
1239 if (lda.spin_cnt > sleep_cnt) in _sx_slock_hard()
H A Dkern_mutex.c509 u_int sleep_cnt = 0; in __mtx_lock_sleep() local
667 sleep_cnt++; in __mtx_lock_sleep()
683 if (lda.spin_cnt > sleep_cnt) in __mtx_lock_sleep()
H A Dsubr_witness.c473 SYSCTL_INT(_debug_witness, OID_AUTO, sleep_cnt, CTLFLAG_RD, &w_sleep_cnt, 0,
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int.c2029 u32 sleep_cnt = IGU_CLEANUP_SLEEP_LENGTH, val; in ecore_int_igu_cleanup_sb() local
2066 while (--sleep_cnt) { in ecore_int_igu_cleanup_sb()
2073 if (!sleep_cnt) in ecore_int_igu_cleanup_sb()