taglinefilesource code
nr_hash50fs/buffer.cstatic int nr_hash = 0;  /* Size of hash table */
nr_hash314fs/buffer.c#define _hashfn(dev,block) (((unsigned)(HASHDEV(dev)^block))%nr_hash)
nr_hash1823fs/buffer.cnr_hash = 16381;
nr_hash1825fs/buffer.cnr_hash = 4093;
nr_hash1827fs/buffer.cnr_hash = 997;
nr_hash1830fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
nr_hash1834fs/buffer.cfor (i = 0 ; i < nr_hash ; i++)