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

  /src/sys/fs/nfs/common/
nfsrvstate.h 56 (&nfsclienthash[(id).lval[1] % nfsrv_clienthashsize])
  /src/sys/fs/nfs/server/
nfs_nfsdsubs.c 55 extern int nfsrv_clienthashsize;
2051 nfsrv_clienthashsize, M_NFSDCLIENT, M_WAITOK | M_ZERO);
2052 for (i = 0; i < nfsrv_clienthashsize; i++)
nfs_nfsdstate.c 55 int nfsrv_clienthashsize = NFSCLIENTHASHSIZE; variable in typeref:typename:int
57 &nfsrv_clienthashsize, 0,
221 while (i < nfsrv_clienthashsize && !gotit) {
249 if (i != nfsrv_clienthashsize) {
781 while (i < nfsrv_clienthashsize && !gotit) {
843 while (i < nfsrv_clienthashsize && cnt < maxcnt) {
1111 for (i = 0; i < nfsrv_clienthashsize; i++) {
5370 for (i = 0; i < nfsrv_clienthashsize; i++) {
5747 for (i = 0; i < nfsrv_clienthashsize; i++) {
6087 for (i = 0; i < nfsrv_clienthashsize; i++)
    [all...]
nfs_nfsdsocket.c 52 extern int nfsrv_clienthashsize;
691 for (i = 0; i < nfsrv_clienthashsize; i++) {

Completed in 18 milliseconds