HomeSort by: relevance | last modified time | path
    Searched refs:NFSRV_V4STATELIMIT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
nfsport.h 608 * decrease the size of NFSRV_V4STATELIMIT. If you find the server
612 #define NFSRV_V4STATELIMIT 500000 /* Max # of Opens + Locks */
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 70 static int nfsrv_v4statelimit = NFSRV_V4STATELIMIT; variable in typeref:typename:int
72 &nfsrv_v4statelimit, 0,
186 if (nfsrv_openpluslock > nfsrv_v4statelimit) {
1122 (nfsrv_openpluslock * 10 / 9) > nfsrv_v4statelimit)) {
1161 nfsrv_v4statelimit)
1572 nfsrv_openpluslock > nfsrv_v4statelimit) {
2270 if (nfsrv_openpluslock > nfsrv_v4statelimit) {
5376 nfsrv_v4statelimit))

Completed in 16 milliseconds