Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_upcall.c72 uint32_t ucq_flags; member
106 myqueue->ucq_flags |= NFS_UC_QUEUE_SLEEPING; in nfsrv_uc_thread()
108 myqueue->ucq_flags &= ~NFS_UC_QUEUE_SLEEPING; in nfsrv_uc_thread()
187 nfsrv_uc_queue_tbl[i].ucq_flags = 0; in nfsrv_uc_init()
336 if (myqueue->ucq_flags & NFS_UC_QUEUE_SLEEPING) { in nfsrv_uc_proxy()