Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs_upcall.c71 lck_mtx_t ucq_lock; member
105 lck_mtx_lock(&myqueue->ucq_lock); in nfsrv_uc_thread()
109 error = msleep(myqueue, &myqueue->ucq_lock, PSOCK, "nfsd_upcall_handler", NULL); in nfsrv_uc_thread()
116 lck_mtx_unlock(&myqueue->ucq_lock); in nfsrv_uc_thread()
129 lck_mtx_unlock(&myqueue->ucq_lock); in nfsrv_uc_thread()
138 lck_mtx_lock(&myqueue->ucq_lock); in nfsrv_uc_thread()
141 lck_mtx_unlock(&myqueue->ucq_lock); in nfsrv_uc_thread()
171 lck_mtx_lock(&myqueue->ucq_lock); in nfsrv_uc_dequeue()
173 msleep(&ap->nua_flags, &myqueue->ucq_lock, PSOCK, "nfsrv_uc_dequeue_wait", NULL); in nfsrv_uc_dequeue()
185 lck_mtx_unlock(&myqueue->ucq_lock); in nfsrv_uc_dequeue()
[all …]