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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c89 } pgflush_t; typedef in typeref:struct:__anon188
107 static void nfs4_pgflush_thread(pgflush_t *);
304 pgflush_t *args;
319 args = kmem_alloc(sizeof (pgflush_t),
363 nfs4_pgflush_thread(pgflush_t *args)
383 kmem_free(args, sizeof (pgflush_t));

Completed in 93 milliseconds