HomeSort by: relevance | last modified time | path
    Searched defs:nfsrvudphashtbl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdcache.c 209 static struct nfsrvhashhead nfsrvudphashtbl[NFSRVCACHE_HASHSIZE]; variable in typeref:struct:nfsrvhashhead[]
241 (&nfsrvudphashtbl[nfsrc_hash(xid)])
316 LIST_INIT(&nfsrvudphashtbl[i]);
825 LIST_FOREACH_SAFE(rp, &nfsrvudphashtbl[i], rc_hash, nextrp) {
nfs_nfsdcache.c 209 static struct nfsrvhashhead nfsrvudphashtbl[NFSRVCACHE_HASHSIZE]; variable in typeref:struct:nfsrvhashhead[]
241 (&nfsrvudphashtbl[nfsrc_hash(xid)])
316 LIST_INIT(&nfsrvudphashtbl[i]);
825 LIST_FOREACH_SAFE(rp, &nfsrvudphashtbl[i], rc_hash, nextrp) {
nfs_nfsdcache.c 209 static struct nfsrvhashhead nfsrvudphashtbl[NFSRVCACHE_HASHSIZE]; variable in typeref:struct:nfsrvhashhead[]
241 (&nfsrvudphashtbl[nfsrc_hash(xid)])
316 LIST_INIT(&nfsrvudphashtbl[i]);
825 LIST_FOREACH_SAFE(rp, &nfsrvudphashtbl[i], rc_hash, nextrp) {

Completed in 32 milliseconds