cb_recall_pass
static void nfs4delegreturn_thread(struct cb_recall_pass *);
struct cb_recall_pass *pp;
pp = kmem_alloc(sizeof (struct cb_recall_pass), KM_SLEEP);
nfs4delegreturn_thread(struct cb_recall_pass *args)
kmem_free(args, sizeof (struct cb_recall_pass));
struct cb_recall_pass *pp;
pp = kmem_alloc(sizeof (struct cb_recall_pass), KM_SLEEP);