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

/linux-master/net/sunrpc/
H A Dnetns.h27 unsigned int rpcb_users; member in struct:sunrpc_net
H A Drpcb_clnt.c170 if (sn->rpcb_users)
171 sn->rpcb_users++;
172 cnt = sn->rpcb_users;
186 if (sn->rpcb_users) {
187 if (--sn->rpcb_users == 0) {
191 shutdown = !sn->rpcb_users;
217 sn->rpcb_users = 1;

Completed in 110 milliseconds