Home
last modified time | relevance | path

Searched refs: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 *); argument
1720 struct cb_recall_pass *pp; in nfs4delegreturn_async()
1722 pp = kmem_alloc(sizeof (struct cb_recall_pass), KM_SLEEP); in nfs4delegreturn_async()
2039 nfs4delegreturn_thread(struct cb_recall_pass *args) in nfs4delegreturn_thread()
2143 kmem_free(args, sizeof (struct cb_recall_pass)); in nfs4delegreturn_thread()
2355 struct cb_recall_pass *pp; in nfs4delegabandon()
2368 pp = kmem_alloc(sizeof (struct cb_recall_pass), KM_SLEEP); in nfs4delegabandon()