Home
last modified time | relevance | path

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

/freebsd/sys/dev/ntsync/
H A Dntsync.c547 ntsync_mutex_can_lock(struct ntsync_obj_mutex *mutex, uint32_t nwa_owner) in ntsync_mutex_can_lock() function
563 return (ntsync_mutex_can_lock(mutex, state->nwa->owner)); in ntsync_mutex_is_signaled()
575 MPASS(ntsync_mutex_can_lock(mutex, state->nwa->owner)); in ntsync_mutex_consume()
599 if (!ntsync_mutex_can_lock(mutex, state->nwa->owner)) in ntsync_mutex_prepare()