taglinefilesource code
nr_hash49fs/buffer.cstatic int nr_hash = 0;  /* Size of hash table */
nr_hash308fs/buffer.c#define _hashfn(dev,block) (((unsigned)(HASHDEV(dev)^block))%nr_hash)
nr_hash1667fs/buffer.cnr_hash = 16381;
nr_hash1669fs/buffer.cnr_hash = 4093;
nr_hash1671fs/buffer.cnr_hash = 997;
nr_hash1674fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
nr_hash1683fs/buffer.cfor (i = 0 ; i < nr_hash ; i++)