Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/nfs/
H A Dnfs_upcall.c76 #define NFS_UC_QUEUE_SLEEPING 0x0001 macro
108 myqueue->ucq_flags |= NFS_UC_QUEUE_SLEEPING; in nfsrv_uc_thread()
110 myqueue->ucq_flags &= ~NFS_UC_QUEUE_SLEEPING; in nfsrv_uc_thread()
347 if (myqueue->ucq_flags & NFS_UC_QUEUE_SLEEPING) { in nfsrv_uc_proxy()