Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/
Dvfs.c70 #define RAPARM_HASH_SIZE (1<<RAPARM_HASH_BITS) macro
71 #define RAPARM_HASH_MASK (RAPARM_HASH_SIZE-1)
72 static struct raparm_hbucket raparm_hash[RAPARM_HASH_SIZE];
2218 for (i = 0; i < RAPARM_HASH_SIZE; i++) { in nfsd_racache_shutdown()
2242 nperbucket = DIV_ROUND_UP(cache_size, RAPARM_HASH_SIZE); in nfsd_racache_init()
2245 cache_size = nperbucket * RAPARM_HASH_SIZE; in nfsd_racache_init()
2249 for (i = 0; i < RAPARM_HASH_SIZE; i++) { in nfsd_racache_init()