Searched refs:nfsrv_unprocessed_rpc_max (Results 1 – 3 of 3) sorted by relevance
96 uint32_t nfsrv_unprocessed_rpc_max = (64 * 1024 * 1024); /* Max bytes of unprocessed RPC records - … variable521 …if (nfsrv_unprocessed_rpc_max && (nfsrv_unprocessed_rpc_current + slp->ns_reclen > nfsrv_unprocess… in nfsrv_getstream()523 …hed the max allowed consumption (%u)\n", nfsrv_unprocessed_rpc_current, nfsrv_unprocessed_rpc_max); in nfsrv_getstream()
751 extern uint32_t nfsrv_unprocessed_rpc_current, nfsrv_unprocessed_rpc_max;
147 …er, OID_AUTO, unprocessed_rpc_max, CTLFLAG_RW | CTLFLAG_LOCKED, &nfsrv_unprocessed_rpc_max, 0, "");