Searched refs:RAPARM_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
72 #define RAPARM_HASH_SIZE (1<<RAPARM_HASH_BITS) macro73 #define RAPARM_HASH_MASK (RAPARM_HASH_SIZE-1)74 static struct raparm_hbucket raparm_hash[RAPARM_HASH_SIZE];2028 for (i = 0; i < RAPARM_HASH_SIZE; i++) { in nfsd_racache_shutdown()2052 nperbucket = DIV_ROUND_UP(cache_size, RAPARM_HASH_SIZE); in nfsd_racache_init()2054 cache_size = nperbucket * RAPARM_HASH_SIZE; in nfsd_racache_init()2058 for (i = 0; i < RAPARM_HASH_SIZE; i++) { in nfsd_racache_init()