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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1402 * net->net_tree_lock
1420 * net_tree_lock controls access to net_root. Access needs to first be
1427 * Before a caller can grab net_tree_lock, it must first grab net_cnt_lock
1429 * algorithm to get the net_tree_lock. Once it has that, then it is okay to
1431 * changed if the caller has the net_tree_lock held as well.
1440 * When a caller is done with net_tree_lock, it can decrement the net_refcnt
1441 * either before it releases net_tree_lock or after.
1457 kmutex_t net_tree_lock; member in struct:nfs4_ephemeral_tree

Completed in 1640 milliseconds