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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c1147 * Once MI4_ASYNC_MGR_STOP is set, no more async operations will be
1153 * shutting down (MI4_ASYNC_MGR_STOP is set); this may cause the zone
1204 if (mi->mi_flags & MI4_ASYNC_MGR_STOP) {
1250 mi->mi_flags |= MI4_ASYNC_MGR_STOP;
2912 mi->mi_flags |= (MI4_ASYNC_MGR_STOP|MI4_DEAD);
3081 ASSERT(mi->mi_flags & MI4_ASYNC_MGR_STOP);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1135 * MI4_ASYNC_MGR_STOP tell async manager to die
1169 #define MI4_ASYNC_MGR_STOP 0x40000000 macro

Completed in 74 milliseconds