Searched refs:cancel_safe_mutex_unlock (Results 1 – 7 of 7) sorted by relevance
209 cancel_safe_mutex_unlock(lk); in _flushlbf()218 cancel_safe_mutex_unlock(&_first_link_lock); in _flushlbf()281 cancel_safe_mutex_unlock( in _findiop()314 cancel_safe_mutex_unlock(&_first_link_lock); in _findiop()381 cancel_safe_mutex_unlock(&_first_link_lock); in _findiop()649 cancel_safe_mutex_unlock(lk); in _fflush_l_iops()653 cancel_safe_mutex_unlock(&_first_link_lock); in _fflush_l_iops()718 cancel_safe_mutex_unlock(&_first_link_lock); in fclose()767 cancel_safe_mutex_unlock(&_first_link_lock); in fcloseall()
51 extern void cancel_safe_mutex_unlock(mutex_t *);
103 #define _flockrel(rl) cancel_safe_mutex_unlock(rl)
1402 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), \1308 cancel_safe_mutex_unlock(&contextpp->lock); in nss_setent()1322 cancel_safe_mutex_unlock(&contextpp->lock); in nss_getent()1334 cancel_safe_mutex_unlock(&contextpp->lock); in nss_endent()
147 cancel_safe_mutex_unlock(&curthread->ul_uberdata->callout_lock); in callout_lock_exit()
2799 cancel_safe_mutex_unlock(mutex_t *mp) in cancel_safe_mutex_unlock() function