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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h184 #define NSO_PINGING 0x0010 /* socket is being tested */ macro
H A Dnfs_socket.c325 if ((nso->nso_flags & (NSO_UPCALL|NSO_DISCONNECTING|NSO_DEAD)) || !(nso->nso_flags & NSO_PINGING)) {
426 nso->nso_flags &= ~NSO_PINGING;
810 if (!(nso->nso_flags & (NSO_PINGING|NSO_VERIFIED)) ||
830 nso->nso_flags |= NSO_PINGING;

Completed in 24 milliseconds