Home
last modified time | relevance | path

Searched refs:userhashtbl (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.141.3/bsd/nfs/
H A Dnfs.h672 #define NFS_USER_STAT_HASH(userhashtbl, uid) \ argument
673 &((userhashtbl)[(uid) & (NFS_USER_STAT_HASH_SIZE - 1)])