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.c548 ntsync_mutex_can_lock(struct ntsync_obj_mutex *mutex, uint32_t nwa_owner) in ntsync_mutex_can_lock() function
564 return (ntsync_mutex_can_lock(mutex, state->nwa->owner)); in ntsync_mutex_is_signaled()
576 MPASS(ntsync_mutex_can_lock(mutex, state->nwa->owner)); in ntsync_mutex_consume()
600 if (!ntsync_mutex_can_lock(mutex, state->nwa->owner)) in ntsync_mutex_prepare()