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_table51fs/buffer.cstatic struct buffer_head ** hash_table;
hash_table311fs/buffer.c#define hash(dev,block) hash_table[_hashfn(dev,block)]
hash_table1773fs/buffer.chash_table = (struct buffer_head **) vmalloc(nr_hash * 
hash_table1783fs/buffer.chash_table[i] = NULL;
hash_table75fs/dcache.cstatic struct hash_list hash_table[DCACHE_HASH_QUEUES];
hash_table179fs/dcache.chash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len));
hash_table195fs/dcache.chash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len));
hash_table250fs/dcache.chash_table[i].next = hash_table[i].next =
hash_table251fs/dcache.c(struct dir_cache_entry *) &hash_table[i];
hash_table43fs/dquot.cstatic struct dquot *hash_table[NR_DQHASH];
hash_table66fs/dquot.creturn(hash_table + hashfn(dev, id, type));
hash_table890fs/dquot.cmemset(hash_table, 0, sizeof(hash_table));
hash_table18fs/inode.c} hash_table[NR_IHASH];
hash_table33fs/inode.creturn hash_table + hashfn(dev, i);
hash_table113fs/inode.cmemset(hash_table, 0, sizeof(hash_table));
hash_table126include/asm-ppc/mmu.hPTE  *hash_table;  /* Hardware hashed page table */