Home
last modified time | relevance | path

Searched refs:NFS4_WAKEALL_ASYNC_WORKERS (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c1611 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()
H A Dnfs4_vfsops.c4397 NFS4_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs4_free_mount()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h95 #define NFS4_WAKEALL_ASYNC_WORKERS(work_cv) { \ macro