Searched refs:mi_inactive_thread (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c1596 mi->mi_inactive_thread = NULL;
1638 if (mi->mi_inactive_thread != NULL) {
1685 if (mi->mi_inactive_thread != NULL) {
2181 if (mi->mi_inactive_thread == NULL) {
2918 if (mi->mi_inactive_thread) {
2924 while (mi->mi_inactive_thread != NULL) {
H A Dnfs4_vfsops.c2596 mi->mi_inactive_thread = zthread_create(NULL, 0, nfs4_inactive_thread,
2598 ASSERT(mi->mi_inactive_thread != NULL);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h887 * mi_inactive_thread
1010 kthread_t *mi_inactive_thread; /* inactive thread id */ member in struct:mntinfo4

Completed in 359 milliseconds