Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c1558 mi->mi_flags |= MI4_INACTIVE_IDLE; in nfs4_inactive_thread()
1567 mi->mi_flags &= ~MI4_INACTIVE_IDLE; in nfs4_inactive_thread()
1622 while (!(mi->mi_flags & MI4_INACTIVE_IDLE) || in nfs4_async_stop()
1669 while (!(mi->mi_flags & MI4_INACTIVE_IDLE) || in nfs4_async_stop_sig()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1172 #define MI4_INACTIVE_IDLE 0x10000000 macro