Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs_upcall.c74 uint32_t ucq_flags; member
108 myqueue->ucq_flags |= NFS_UC_QUEUE_SLEEPING; in nfsrv_uc_thread()
110 myqueue->ucq_flags &= ~NFS_UC_QUEUE_SLEEPING; in nfsrv_uc_thread()
198 nfsrv_uc_queue_tbl[i].ucq_flags = 0; in nfsrv_uc_init()
347 if (myqueue->ucq_flags & NFS_UC_QUEUE_SLEEPING) { in nfsrv_uc_proxy()