Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_upcall.c74 #define NFS_UC_QUEUE_SLEEPING 0x0001 macro
106 myqueue->ucq_flags |= NFS_UC_QUEUE_SLEEPING; in nfsrv_uc_thread()
108 myqueue->ucq_flags &= ~NFS_UC_QUEUE_SLEEPING; in nfsrv_uc_thread()
336 if (myqueue->ucq_flags & NFS_UC_QUEUE_SLEEPING) { in nfsrv_uc_proxy()