Home
last modified time | relevance | path

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

/fs/nfsd/
Dvfs.c75 #define RAPARM_HASH_SIZE (1<<RAPARM_HASH_BITS) macro
76 #define RAPARM_HASH_MASK (RAPARM_HASH_SIZE-1)
77 static struct raparm_hbucket raparm_hash[RAPARM_HASH_SIZE];
2054 for (i = 0; i < RAPARM_HASH_SIZE; i++) { in nfsd_racache_shutdown()
2078 nperbucket = DIV_ROUND_UP(cache_size, RAPARM_HASH_SIZE); in nfsd_racache_init()
2080 cache_size = nperbucket * RAPARM_HASH_SIZE; in nfsd_racache_init()
2084 for (i = 0; i < RAPARM_HASH_SIZE; i++) { in nfsd_racache_init()