taglinefilesource code
hash_table135arch/ppc/kernel/mmu.hPTE  *hash_table;  /* Hardware hashed page table */
hash_table135arch/ppc/mm/mmu.hPTE  *hash_table;  /* Hardware hashed page table */
hash_table57drivers/block/linear.cdata->hash_table=kmalloc (sizeof (struct linear_hash)*nb_zone, GFP_KERNEL);
hash_table64drivers/block/linear.cdata->hash_table[i].dev0=devices[minor]+cur;
hash_table68drivers/block/linear.cdata->hash_table[i++].dev1=NULL;
hash_table82drivers/block/linear.cdata->hash_table[i].dev1=NULL;
hash_table88drivers/block/linear.cdata->hash_table[i++].dev1=devices[minor]+cur;
hash_table99drivers/block/linear.ckfree (data->hash_table);
hash_table121drivers/block/linear.chash=data->hash_table+(block/data->smallest->size);
hash_table192drivers/block/linear.cpartition_name (data->hash_table[j].dev0->dev));
hash_table194drivers/block/linear.cif (data->hash_table[j].dev1)
hash_table196drivers/block/linear.cpartition_name(data->hash_table[j].dev1->dev));
hash_table124drivers/block/raid0.cdata->hash_table=kmalloc (sizeof (struct raid0_hash)*nb_zone, GFP_KERNEL);
hash_table131drivers/block/raid0.cdata->hash_table[i].zone0=data->strip_zone+cur;
hash_table135drivers/block/raid0.cdata->hash_table[i++].zone1=NULL;
hash_table149drivers/block/raid0.cdata->hash_table[i].zone1=NULL;
hash_table155drivers/block/raid0.cdata->hash_table[i++].zone1=data->strip_zone+cur;
hash_table167drivers/block/raid0.ckfree (data->hash_table);
hash_table198drivers/block/raid0.chash=data->hash_table+(block/data->smallest->size);
hash_table280drivers/block/raid0.cdata->hash_table[j].zone0-data->strip_zone);
hash_table281drivers/block/raid0.cif (data->hash_table[j].zone1)
hash_table283drivers/block/raid0.cdata->hash_table[j].zone1-data->strip_zone);
hash_table51fs/buffer.cstatic struct buffer_head ** hash_table;
hash_table314fs/buffer.c#define hash(dev,block) hash_table[_hashfn(dev,block)]
hash_table1795fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
hash_table1800fs/buffer.chash_table[i] = NULL;
hash_table75fs/dcache.cstatic struct hash_list hash_table[DCACHE_HASH_QUEUES];
hash_table190fs/dcache.chash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len));
hash_table206fs/dcache.chash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len));
hash_table261fs/dcache.chash_table[i].next = hash_table[i].next =
hash_table262fs/dcache.c(struct dir_cache_entry *) &hash_table[i];
hash_table46fs/dquot.cstatic struct dquot *hash_table[NR_DQHASH];
hash_table69fs/dquot.creturn(hash_table + hashfn(dev, id, type));
hash_table908fs/dquot.cmemset(hash_table, 0, sizeof(hash_table));
hash_table37fs/inode.c} hash_table[NR_IHASH];
hash_table52fs/inode.creturn hash_table + hashfn(dev, i);
hash_table132fs/inode.cmemset(hash_table, 0, sizeof(hash_table));
hash_table126include/asm-ppc/mmu.hPTE  *hash_table;  /* Hardware hashed page table */
hash_table12include/linux/linear.hstruct linear_hash *hash_table; /* Dynamically allocated */
hash_table29include/linux/linear.hstruct linear_hash *hash_table; /* Dynamically allocated */
hash_table21include/linux/raid0.hstruct raid0_hash *hash_table; /* Dynamically allocated */
hash_table49include/linux/raid0.hstruct raid0_hash *hash_table; /* Dynamically allocated */