Lines Matching defs:hash
18 #include <linux/hash.h>
26 * We use this value to determine the number of hash buckets from the max
78 * Compute the number of hash buckets we need. Divide the max cachesize by
335 * Search the request hash for an entry that matches the given rqstp.
367 /* tally hash chain length stats */
403 u32 hash = nfsd_cache_hash(xid, nn);
404 struct nfsd_drc_bucket *b = &nn->drc_hashtbl[hash];
509 u32 hash;
517 hash = nfsd_cache_hash(rp->c_key.k_xid, nn);
518 b = &nn->drc_hashtbl[hash];
592 seq_printf(m, "hash buckets: %u\n", 1 << nn->maskbits);