Home
last modified time | relevance | path

Searched refs:r_pgflush (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h330 kthread_t *r_pgflush; /* thread flushing page cache */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c148 ((rp->r_flags & R4PGFLUSH) && rp->r_pgflush != curthread)) { in nfs4_waitfor_purge_complete()
153 rp->r_pgflush != curthread)) { in nfs4_waitfor_purge_complete()
284 pgflush = (curthread == rp->r_pgflush); in nfs4_purge_caches()
370 ASSERT(rp->r_pgflush == NULL); in nfs4_pgflush_thread()
371 rp->r_pgflush = curthread; in nfs4_pgflush_thread()
377 rp->r_pgflush = NULL; in nfs4_pgflush_thread()
486 if ((rp->r_flags & R4PGFLUSH) && rp->r_pgflush != curthread) { in nfs4_attr_cache()