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

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c626 * finfo_lock protects rpcb_rmtcalls, rpcb_rmtcalls_max, lastxid,
631 static int rpcb_rmtcalls; variable
642 if (rpcb_rmtcalls > rpcb_rmtcalls_max) {
1295 rpcb_rmtcalls++;
1296 if (rpcb_rmtcalls > rpcb_rmtcalls_max) {
1332 rpcb_rmtcalls--;
1333 if (rpcb_rmtcalls > rpcb_rmtcalls_max) {

Completed in 60 milliseconds