OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfsrc_hash
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/fs/nfs/server/
nfs_nfsdcache.c
239
#define
nfsrc_hash
(xid) (((xid) + ((xid) >> 24)) % NFSRVCACHE_HASHSIZE)
macro
241
(&nfsrvudphashtbl[
nfsrc_hash
(xid)])
243
(&nfsrchash_table[
nfsrc_hash
(xid)].tbl)
244
#define NFSRCAHASH(xid) (&nfsrcahash_table[
nfsrc_hash
(xid)])
300
return (&nfsrchash_table[
nfsrc_hash
(rp->rc_xid)].mtx);
Completed in 29 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025