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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_upcall.c70 #define NFS_UC_QUEUE_SLEEPING 0x0001 macro
102 myqueue->ucq_flags |= NFS_UC_QUEUE_SLEEPING;
104 myqueue->ucq_flags &= ~NFS_UC_QUEUE_SLEEPING;
329 if (myqueue->ucq_flags | NFS_UC_QUEUE_SLEEPING)

Completed in 16 milliseconds