Searched refs:mi_async_work_cv (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 1305 NFS_WAKE_ASYNC_WORKER(mi->mi_async_work_cv); in nfs_async_manager() 2030 async_work_cv = &mi->mi_async_work_cv[NFS_ASYNC_QUEUE]; in nfs_async_common_start() 2033 async_work_cv = &mi->mi_async_work_cv[NFS_ASYNC_PGOPS_QUEUE]; in nfs_async_common_start() 2182 NFS_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs_async_stop() 2213 NFS_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs_async_stop_sig() 2705 NFS_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs_mi_shutdown() 3227 cv_destroy(&mi->mi_async_work_cv[NFS_ASYNC_QUEUE]); in nfs_free_mi() 3228 cv_destroy(&mi->mi_async_work_cv[NFS_ASYNC_PGOPS_QUEUE]); in nfs_free_mi()
|
H A D | nfs4_client.c | 1180 NFS4_WAKE_ASYNC_WORKER(mi->mi_async_work_cv); in nfs4_async_manager() 1384 async_work_cv = &mi->mi_async_work_cv[NFS4_ASYNC_QUEUE]; in nfs4_async_common_start() 1387 async_work_cv = &mi->mi_async_work_cv[NFS4_ASYNC_PGOPS_QUEUE]; in nfs4_async_common_start() 1611 NFS4_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs4_async_stop() 1654 NFS4_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs4_async_stop_sig() 2887 NFS4_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs4_mi_shutdown() 3106 cv_destroy(&mi->mi_async_work_cv[NFS4_ASYNC_QUEUE]); in nfs_free_mi4() 3107 cv_destroy(&mi->mi_async_work_cv[NFS4_ASYNC_PGOPS_QUEUE]); in nfs_free_mi4()
|
H A D | nfs_vfsops.c | 1241 cv_init(&mi->mi_async_work_cv[NFS_ASYNC_QUEUE], NULL, CV_DEFAULT, NULL); in nfsrootvp() 1242 cv_init(&mi->mi_async_work_cv[NFS_ASYNC_PGOPS_QUEUE], NULL, in nfsrootvp() 1380 NFS_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs_unmount()
|
H A D | nfs3_vfsops.c | 1122 cv_init(&mi->mi_async_work_cv[NFS_ASYNC_QUEUE], NULL, CV_DEFAULT, NULL); in nfs3rootvp() 1123 cv_init(&mi->mi_async_work_cv[NFS_ASYNC_PGOPS_QUEUE], NULL, in nfs3rootvp() 1385 NFS_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs3_unmount()
|
H A D | nfs4_vfsops.c | 2385 cv_init(&mi->mi_async_work_cv[NFS4_ASYNC_QUEUE], NULL, CV_DEFAULT, in nfs4rootvp() 2387 cv_init(&mi->mi_async_work_cv[NFS4_ASYNC_PGOPS_QUEUE], NULL, in nfs4rootvp() 4397 NFS4_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs4_free_mount()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs_clnt.h | 384 kcondvar_t mi_async_work_cv[NFS_MAX_ASYNC_QUEUES]; member
|
H A D | nfs4_clnt.h | 1012 kcondvar_t mi_async_work_cv[NFS4_MAX_ASYNC_QUEUES]; member
|