Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/nfs/
H A Dnfs_upcall.c63 #define NFS_UC_RECEIVE 0x0002 macro
127 ep->nua_flags |= NFS_UC_RECEIVE; in nfsrv_uc_thread()
139 ep->nua_flags &= ~NFS_UC_RECEIVE; in nfsrv_uc_thread()
167 if (ap == NULL || (ap->nua_flags & (NFS_UC_QUEUED | NFS_UC_RECEIVE)) == 0) { in nfsrv_uc_dequeue()
172 while (ap->nua_flags & NFS_UC_RECEIVE) { in nfsrv_uc_dequeue()