Searched refs:cancel_safe_mutex_unlock (Results 1 – 7 of 7) sorted by relevance
213 cancel_safe_mutex_unlock(lk); in _flushlbf()222 cancel_safe_mutex_unlock(&_first_link_lock); in _flushlbf()285 cancel_safe_mutex_unlock( in _findiop()318 cancel_safe_mutex_unlock(&_first_link_lock); in _findiop()386 cancel_safe_mutex_unlock(&_first_link_lock); in _findiop()661 cancel_safe_mutex_unlock(lk); in _fflush_l_iops()665 cancel_safe_mutex_unlock(&_first_link_lock); in _fflush_l_iops()746 cancel_safe_mutex_unlock(&_first_link_lock); in fclose()778 cancel_safe_mutex_unlock(&_first_link_lock); in fdclose()813 cancel_safe_mutex_unlock(&_first_link_lock); in fcloseall()
49 extern void cancel_safe_mutex_unlock(mutex_t *);
112 #define _flockrel(rl) cancel_safe_mutex_unlock(rl)
1427 extern void cancel_safe_mutex_unlock(mutex_t *);
161 #define NSS_UNLOCK(r) (cancel_safe_mutex_unlock(&(r)->lock))164 (cancel_safe_mutex_unlock(&(*(rp))->lock), \1297 cancel_safe_mutex_unlock(&contextpp->lock); in nss_setent()1311 cancel_safe_mutex_unlock(&contextpp->lock); in nss_getent()1323 cancel_safe_mutex_unlock(&contextpp->lock); in nss_endent()
148 cancel_safe_mutex_unlock(&curthread->ul_uberdata->callout_lock); in callout_lock_exit()
2842 cancel_safe_mutex_unlock(mutex_t *mp) in cancel_safe_mutex_unlock() function