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

/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c164 extern struct nfsrchash_bucket nfsrcahash_table[NFSRVCACHE_HASHSIZE];
240 #define NFSRCAHASH(xid) (&nfsrcahash_table[nfsrc_hash(xid)])
314 LIST_INIT(&nfsrcahash_table[i].tbl);
H A Dnfs_nfsdport.c69 struct nfsrchash_bucket nfsrcahash_table[NFSRVCACHE_HASHSIZE]; variable in typeref:struct:nfsrchash_bucket
3404 mtx_init(&nfsrcahash_table[i].mtx, "nfsrtca", NULL,
3452 mtx_destroy(&nfsrcahash_table[i].mtx);

Completed in 54 milliseconds