taglinefilesource code
nr_hash41fs/buffer.cstatic int nr_hash = 0;  /* Size of hash table */
nr_hash273fs/buffer.c#define _hashfn(dev,block) (((unsigned)(dev^block))%nr_hash)
nr_hash1609fs/buffer.cnr_hash = 16381;
nr_hash1611fs/buffer.cnr_hash = 4093;
nr_hash1613fs/buffer.cnr_hash = 997;
nr_hash1616fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
nr_hash1625fs/buffer.cfor (i = 0 ; i < nr_hash ; i++)