Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/nfs/
H A Dnfsmount.h185 #define NSO_UPCALL 0x0001 /* socket upcall in progress */ macro
H A Dnfs_socket.c387 …if ((nso->nso_flags & (NSO_UPCALL | NSO_DISCONNECTING | NSO_DEAD)) || !(nso->nso_flags & NSO_PINGI… in nfs_connect_upcall()
393 nso->nso_flags |= NSO_UPCALL; in nfs_connect_upcall()
523 nso->nso_flags &= ~NSO_UPCALL; in nfs_connect_upcall()
676 if (nso->nso_flags & NSO_UPCALL) { /* give upcall a chance to complete */ in nfs_socket_destroy()
3757 if (nso->nso_flags & (NSO_UPCALL | NSO_DISCONNECTING | NSO_DEAD)) { in nfs_tcp_rcv()
3761 nso->nso_flags |= NSO_UPCALL; in nfs_tcp_rcv()
3779 nso->nso_flags &= ~NSO_UPCALL; in nfs_tcp_rcv()