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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h186 #define NSO_DISCONNECTING 0x0040 /* socket is being disconnected */ macro
H A Dnfs_socket.c325 if ((nso->nso_flags & (NSO_UPCALL|NSO_DISCONNECTING|NSO_DEAD)) || !(nso->nso_flags & NSO_PINGING)) {
336 if (nso->nso_flags & (NSO_DISCONNECTING|NSO_DEAD))
447 if (nso->nso_flags & NSO_DISCONNECTING)
556 nso->nso_flags |= NSO_DISCONNECTING;
3151 if (nso->nso_flags & (NSO_UPCALL|NSO_DISCONNECTING|NSO_DEAD)) {

Completed in 27 milliseconds