Home
last modified time | relevance | path

Searched refs:NFS_ASYNC_PGOPS_QUEUE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/nfs/
H A Dnfs_clnt.h89 NFS_ASYNC_PGOPS_QUEUE, enumerator
508 else if (CV_HAS_WAITERS(&work_cv[NFS_ASYNC_PGOPS_QUEUE])) \
509 cv_signal(&work_cv[NFS_ASYNC_PGOPS_QUEUE]); \
514 cv_broadcast(&work_cv[NFS_ASYNC_PGOPS_QUEUE]); \
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c1295 } else if (mi->mi_threads[NFS_ASYNC_PGOPS_QUEUE] < in nfs_async_manager()
1297 mi->mi_threads[NFS_ASYNC_PGOPS_QUEUE]++; in nfs_async_manager()
1999 nfs_async_common_start(vfsp, NFS_ASYNC_PGOPS_QUEUE); in nfs_async_pgops_start()
2033 async_work_cv = &mi->mi_async_work_cv[NFS_ASYNC_PGOPS_QUEUE]; in nfs_async_common_start()
2085 mi->mi_threads[NFS_ASYNC_PGOPS_QUEUE] == 0) in nfs_async_common_start()
2184 mi->mi_threads[NFS_ASYNC_PGOPS_QUEUE] != 0) in nfs_async_stop()
2215 mi->mi_threads[NFS_ASYNC_PGOPS_QUEUE] != 0) { in nfs_async_stop_sig()
2220 mi->mi_threads[NFS_ASYNC_PGOPS_QUEUE] != 0); /* Interrupted */ in nfs_async_stop_sig()
3212 mi->mi_threads[NFS_ASYNC_PGOPS_QUEUE] == 0); in nfs_free_mi()
3228 cv_destroy(&mi->mi_async_work_cv[NFS_ASYNC_PGOPS_QUEUE]); in nfs_free_mi()
H A Dnfs_vfsops.c1237 mi->mi_async_curr[NFS_ASYNC_PGOPS_QUEUE] = &mi->mi_async_reqs[0]; in nfsrootvp()
1242 cv_init(&mi->mi_async_work_cv[NFS_ASYNC_PGOPS_QUEUE], NULL, in nfsrootvp()
H A Dnfs3_vfsops.c1118 mi->mi_async_curr[NFS_ASYNC_PGOPS_QUEUE] = &mi->mi_async_reqs[0]; in nfs3rootvp()
1123 cv_init(&mi->mi_async_work_cv[NFS_ASYNC_PGOPS_QUEUE], NULL, in nfs3rootvp()