Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c90 } pgflush_t; typedef
108 static void nfs4_pgflush_thread(pgflush_t *);
305 pgflush_t *args; in nfs4_purge_caches()
320 args = kmem_alloc(sizeof (pgflush_t), in nfs4_purge_caches()
364 nfs4_pgflush_thread(pgflush_t *args) in nfs4_pgflush_thread()
384 kmem_free(args, sizeof (pgflush_t)); in nfs4_pgflush_thread()