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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c751 if ((fop_caller = tsd_get(nfs4_tsd_key)) != NULL) {
755 (void) tsd_set(nfs4_tsd_key, caller());
945 (void) tsd_set(nfs4_tsd_key, NULL);
987 ASSERT(tsd_get(nfs4_tsd_key) != NULL);
988 (void) tsd_set(nfs4_tsd_key, NULL);
H A Dnfs4_client.c99 uint_t nfs4_tsd_key; variable
229 ASSERT(tsd_get(nfs4_tsd_key) == NULL);
3188 tsd_create(&nfs4_tsd_key, NULL);
3220 tsd_destroy(&nfs4_tsd_key);
H A Dnfs4_subr.c2067 int no_need_start_op = (tsd_get(nfs4_tsd_key) ||
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h2114 extern uint_t nfs4_tsd_key;

Completed in 93 milliseconds