Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c1612 NFS4_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs4_async_stop()
1655 NFS4_WAKEALL_ASYNC_WORKERS(mi->mi_async_work_cv); in nfs4_async_stop_sig()
2888 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()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h95 #define NFS4_WAKEALL_ASYNC_WORKERS(work_cv) { \ macro