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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1409 * net->net_cnt_lock
1423 * net_cnt_lock controls access to net_refcnt and net_status. It must only be
1427 * Before a caller can grab net_tree_lock, it must first grab net_cnt_lock
1430 * grab the net_cnt_lock and change the status. The status can only be
1433 * Note that the initial grab of net_cnt_lock must occur whilst
1443 * In either event, to decrement net_refcnt, it must hold net_cnt_lock.
1458 kmutex_t net_cnt_lock; member in struct:nfs4_ephemeral_tree

Completed in 90 milliseconds