Searched refs:nfsrvudphashtbl (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c207 static struct nfsrvhashhead nfsrvudphashtbl[NFSRVCACHE_HASHSIZE]; variable in typeref:struct:nfsrvhashhead
239 (&nfsrvudphashtbl[nfsrc_hash(xid)])
314 LIST_INIT(&nfsrvudphashtbl[i]);
824 LIST_FOREACH_SAFE(rp, &nfsrvudphashtbl[i], rc_hash, nextrp) {

Completed in 104 milliseconds