tag | line | file | source code |
hash_table | 135 | arch/ppc/kernel/mmu.h | PTE *hash_table; /* Hardware hashed page table */ |
hash_table | 135 | arch/ppc/mm/mmu.h | PTE *hash_table; /* Hardware hashed page table */ |
hash_table | 51 | fs/buffer.c | static struct buffer_head ** hash_table; |
hash_table | 311 | fs/buffer.c | #define hash(dev,block) hash_table[_hashfn(dev,block)] |
hash_table | 1773 | fs/buffer.c | hash_table = (struct buffer_head **) vmalloc(nr_hash * |
hash_table | 1783 | fs/buffer.c | hash_table[i] = NULL; |
hash_table | 75 | fs/dcache.c | static struct hash_list hash_table[DCACHE_HASH_QUEUES]; |
hash_table | 179 | fs/dcache.c | hash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len)); |
hash_table | 195 | fs/dcache.c | hash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len)); |
hash_table | 250 | fs/dcache.c | hash_table[i].next = hash_table[i].next = |
hash_table | 251 | fs/dcache.c | (struct dir_cache_entry *) &hash_table[i]; |
hash_table | 46 | fs/dquot.c | static struct dquot *hash_table[NR_DQHASH]; |
hash_table | 69 | fs/dquot.c | return(hash_table + hashfn(dev, id, type)); |
hash_table | 908 | fs/dquot.c | memset(hash_table, 0, sizeof(hash_table)); |
hash_table | 18 | fs/inode.c | } hash_table[NR_IHASH]; |
hash_table | 33 | fs/inode.c | return hash_table + hashfn(dev, i); |
hash_table | 113 | fs/inode.c | memset(hash_table, 0, sizeof(hash_table)); |
hash_table | 126 | include/asm-ppc/mmu.h | PTE *hash_table; /* Hardware hashed page table */ |