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 | 46 | fs/buffer.c | static struct buffer_head ** hash_table; |
hash_table | 289 | fs/buffer.c | #define hash(dev,block) hash_table[_hashfn(dev,block)] |
hash_table | 1628 | fs/buffer.c | hash_table = (struct buffer_head **) vmalloc(nr_hash * |
hash_table | 1638 | 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 | 43 | fs/dquot.c | static struct dquot *hash_table[NR_DQHASH]; |
hash_table | 66 | fs/dquot.c | return(hash_table + hashfn(dev, id, type)); |
hash_table | 890 | fs/dquot.c | memset(hash_table, 0, sizeof(hash_table)); |
hash_table | 18 | fs/inode.c | } hash_table[NR_IHASH]; |
hash_table | 31 | fs/inode.c | return hash_table + hashfn(dev, i); |
hash_table | 110 | 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 */ |