Home
last modified time | relevance | path

Searched refs:nfsrv_unprocessed_rpc_current (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.121.3/bsd/nfs/
H A Dnfs_socket.c95 uint32_t nfsrv_unprocessed_rpc_current = 0; /* Current bytes of unprocessed RPC records */ variable
521 …if (nfsrv_unprocessed_rpc_max && (nfsrv_unprocessed_rpc_current + slp->ns_reclen > nfsrv_unprocess… in nfsrv_getstream()
523 …current (%u) has reached the max allowed consumption (%u)\n", nfsrv_unprocessed_rpc_current, nfsrv… in nfsrv_getstream()
526 OSAddAtomic(slp->ns_reclen, &nfsrv_unprocessed_rpc_current); in nfsrv_getstream()
617 OSAddAtomic(-slp->ns_recslen, &nfsrv_unprocessed_rpc_current); in nfsrv_getstream()
H A Dnfs.h751 extern uint32_t nfsrv_unprocessed_rpc_current, nfsrv_unprocessed_rpc_max;
H A Dnfs_syscalls.c146 …_AUTO, unprocessed_rpc_current, CTLFLAG_RD | CTLFLAG_LOCKED, &nfsrv_unprocessed_rpc_current, 0, ""…
1747 OSAddAtomic(-slp->ns_recslen, &nfsrv_unprocessed_rpc_current); in nfsrv_slpfree()