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 | 55 | drivers/block/linear.c | data->hash_table=kmalloc (sizeof (struct linear_hash)*nb_zone, GFP_KERNEL); |
hash_table | 62 | drivers/block/linear.c | data->hash_table[i].dev0=devices[minor]+cur; |
hash_table | 66 | drivers/block/linear.c | data->hash_table[i++].dev1=NULL; |
hash_table | 80 | drivers/block/linear.c | data->hash_table[i].dev1=NULL; |
hash_table | 86 | drivers/block/linear.c | data->hash_table[i++].dev1=devices[minor]+cur; |
hash_table | 97 | drivers/block/linear.c | kfree (data->hash_table); |
hash_table | 115 | drivers/block/linear.c | hash=data->hash_table+(block/data->smallest->size); |
hash_table | 152 | drivers/block/linear.c | partition_name (data->hash_table[j].dev0->dev)); |
hash_table | 154 | drivers/block/linear.c | if (data->hash_table[j].dev1) |
hash_table | 156 | drivers/block/linear.c | partition_name(data->hash_table[j].dev1->dev)); |
hash_table | 121 | drivers/block/raid0.c | data->hash_table=kmalloc (sizeof (struct raid0_hash)*nb_zone, GFP_KERNEL); |
hash_table | 128 | drivers/block/raid0.c | data->hash_table[i].zone0=data->strip_zone+cur; |
hash_table | 132 | drivers/block/raid0.c | data->hash_table[i++].zone1=NULL; |
hash_table | 146 | drivers/block/raid0.c | data->hash_table[i].zone1=NULL; |
hash_table | 152 | drivers/block/raid0.c | data->hash_table[i++].zone1=data->strip_zone+cur; |
hash_table | 164 | drivers/block/raid0.c | kfree (data->hash_table); |
hash_table | 192 | drivers/block/raid0.c | hash=data->hash_table+(block/data->smallest->size); |
hash_table | 239 | drivers/block/raid0.c | data->hash_table[j].zone0-data->strip_zone); |
hash_table | 240 | drivers/block/raid0.c | if (data->hash_table[j].zone1) |
hash_table | 242 | drivers/block/raid0.c | data->hash_table[j].zone1-data->strip_zone); |
hash_table | 38 | fs/affs/amigaffs.c | key = swap_long (dir_front->hash_table[entry_pos]); |
hash_table | 58 | fs/affs/amigaffs.c | if (dir_front->hash_table[i] != 0) |
hash_table | 63 | fs/affs/amigaffs.c | return swap_long (dir_front->hash_table[i]); |
hash_table | 97 | fs/affs/amigaffs.h | ULONG hash_table[0]; |
hash_table | 51 | fs/buffer.c | static struct buffer_head ** hash_table; |
hash_table | 315 | fs/buffer.c | #define hash(dev,block) hash_table[_hashfn(dev,block)] |
hash_table | 1836 | fs/buffer.c | hash_table = (struct buffer_head **) vmalloc(nr_hash * |
hash_table | 1841 | fs/buffer.c | hash_table[i] = NULL; |
hash_table | 75 | fs/dcache.c | static struct hash_list hash_table[DCACHE_HASH_QUEUES]; |
hash_table | 190 | fs/dcache.c | hash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len)); |
hash_table | 206 | fs/dcache.c | hash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len)); |
hash_table | 261 | fs/dcache.c | hash_table[i].next = hash_table[i].next = |
hash_table | 262 | 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 | 37 | fs/inode.c | } hash_table[NR_IHASH]; |
hash_table | 52 | fs/inode.c | return hash_table + hashfn(dev, i); |
hash_table | 135 | 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 */ |
hash_table | 12 | include/linux/linear.h | struct linear_hash *hash_table; /* Dynamically allocated */ |
hash_table | 29 | include/linux/linear.h | struct linear_hash *hash_table; /* Dynamically allocated */ |
hash_table | 21 | include/linux/raid0.h | struct raid0_hash *hash_table; /* Dynamically allocated */ |
hash_table | 49 | include/linux/raid0.h | struct raid0_hash *hash_table; /* Dynamically allocated */ |