Searched defs:cb_recall_pass (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c153 struct cb_recall_pass { struct
160 static void nfs4delegreturn_thread(struct cb_recall_pass *);
1716 struct cb_recall_pass *pp;
1718 pp = kmem_alloc(sizeof (struct cb_recall_pass), KM_SLEEP);
2035 nfs4delegreturn_thread(struct cb_recall_pass *args)
2139 kmem_free(args, sizeof (struct cb_recall_pass));
2351 struct cb_recall_pass *pp;
2364 pp = kmem_alloc(sizeof (struct cb_recall_pass), KM_SLEEP);

Completed in 62 milliseconds