taglinefilesource code
nr_hash43fs/buffer.cstatic int nr_hash = 0;  /* Size of hash table */
nr_hash284fs/buffer.c#define _hashfn(dev,block) (((unsigned)(HASHDEV(dev)^block))%nr_hash)
nr_hash1751fs/buffer.cnr_hash = 16381;
nr_hash1753fs/buffer.cnr_hash = 4093;
nr_hash1755fs/buffer.cnr_hash = 997;
nr_hash1758fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
nr_hash1767fs/buffer.cfor (i = 0 ; i < nr_hash ; i++)