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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c307 ASSERT(mutex_owned(&net->net_cnt_lock));
315 mutex_enter(&net->net_cnt_lock);
317 mutex_exit(&net->net_cnt_lock);
327 ASSERT(mutex_owned(&net->net_cnt_lock));
335 mutex_enter(&net->net_cnt_lock);
337 mutex_exit(&net->net_cnt_lock);
784 mutex_init(&net->net_cnt_lock, NULL, MUTEX_DEFAULT, NULL);
822 mutex_enter(&net->net_cnt_lock);
825 mutex_exit(&net->net_cnt_lock);
830 mutex_exit(&net->net_cnt_lock);
[all...]
/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 92 milliseconds