Searched refs:mutex_owner (Results 1 – 10 of 10) sorted by relevance
54 ptr = mutex_owner((struct mtx *)arg0);
42 this->owner = mutex_owner((struct mtx *)arg0);
175 ASSERT(mutex_owner(mp) == curthread); in mutex_exit()181 mutex_owner(kmutex_t *mp) in mutex_owner() function318 ASSERT(mutex_owner(mp) == curthread); in cv_wait()363 ASSERT(mutex_owner(mp) == curthread); in cv_timedwait()406 ASSERT(mutex_owner(mp) == curthread); in cv_timedwait_hires()
73 #define mutex_owner(lock) sx_xholder(lock) macro
44 CANTREAD1(mutex_owner)
38 BEGIN { trace(mutex_owner(&`pidlock)); }
59 INTFUNC(mutex_owner(&`cpu_lock))
86 tst.mutex_owner.d \
279 extern void *mutex_owner(kmutex_t *mp);
4551 if (mutex_owner(&spa_namespace_lock) != curthread) {