taglinefilesource code
hash285fs/buffer.cif (hash(bh->b_dev,bh->b_blocknr) == bh)
hash286fs/buffer.chash(bh->b_dev,bh->b_blocknr) = bh->b_next;
hash407fs/buffer.cbh->b_next = hash(bh->b_dev,bh->b_blocknr);
hash408fs/buffer.chash(bh->b_dev,bh->b_blocknr) = bh;
hash417fs/buffer.cfor (tmp = hash(dev,block) ; tmp != NULL ; tmp = tmp->b_next)
hash122fs/dcache.cstatic inline void add_hash(struct dir_cache_entry * de, struct hash_list * hash)
hash124fs/dcache.cde->h.next = hash->next;
hash125fs/dcache.cde->h.prev = (struct dir_cache_entry *) hash;
hash126fs/dcache.chash->next->h.prev = de;
hash127fs/dcache.chash->next = de;
hash133fs/dcache.cstatic struct dir_cache_entry * find_entry(struct inode * dir, const char * name, int len, struct hash_list * hash)
hash135fs/dcache.cstruct dir_cache_entry * de = hash->next;
hash137fs/dcache.cfor (de = hash->next ; de != (struct dir_cache_entry *) hash ; de = de->h.next) {
hash157fs/dcache.cstatic inline void move_to_level2(struct dir_cache_entry * old_de, struct hash_list * hash)
hash169fs/dcache.cadd_hash(de, hash);
hash174fs/dcache.cstruct hash_list * hash;
hash179fs/dcache.chash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len));
hash180fs/dcache.cde = find_entry(dir, name, len, hash);
hash184fs/dcache.cmove_to_level2(de, hash);
hash190fs/dcache.cstruct hash_list * hash;
hash195fs/dcache.chash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len));
hash196fs/dcache.cif ((de = find_entry(dir, name, len, hash)) != NULL) {
hash210fs/dcache.cadd_hash(de, hash);
hash57fs/inode.ch = hash(inode->i_dev, inode->i_ino);
hash69fs/inode.ch = hash(inode->i_dev, inode->i_ino);
hash511fs/inode.ch = hash(sb->s_dev, nr);
hash125net/802/tr.cunsigned int hash;
hash135net/802/tr.cfor(i=0,hash=0;i<TR_ALEN;hash+=trh->daddr[i++]);
hash136net/802/tr.chash&=RIF_TABLE_SIZE-1;
hash137net/802/tr.cfor(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->daddr[0]),TR_ALEN);entry=entry->next);
hash166net/802/tr.cunsigned int hash;
hash171net/802/tr.cfor(i=0,hash=0;i<TR_ALEN;hash+=trh->saddr[i++]);
hash172net/802/tr.chash&=RIF_TABLE_SIZE-1;
hash174net/802/tr.cprintk("hash: %d\n",hash);
hash176net/802/tr.cfor(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->saddr[0]),TR_ALEN);entry=entry->next);
hash193net/802/tr.centry->next=rif_table[hash];
hash195net/802/tr.crif_table[hash]=entry;
hash430net/appletalk/aarp.cint hash;
hash444net/appletalk/aarp.chash=sa->s_node%(AARP_HASH_SIZE-1);
hash462net/appletalk/aarp.ca=aarp_find_entry(resolved[hash],dev,sa);
hash480net/appletalk/aarp.ca=aarp_find_entry(unresolved[hash],dev,sa);
hash509net/appletalk/aarp.ca->next=unresolved[hash];
hash512net/appletalk/aarp.cunresolved[hash]=a;
hash535net/appletalk/aarp.cstatic void aarp_resolved(struct aarp_entry **list, struct aarp_entry *a, int hash)
hash545net/appletalk/aarp.ca->next=resolved[hash];
hash546net/appletalk/aarp.cresolved[hash]=a;
hash569net/appletalk/aarp.cint hash;
hash610net/appletalk/aarp.chash=ea->pa_src_node%(AARP_HASH_SIZE-1);
hash660net/appletalk/aarp.cif((a=aarp_find_entry(unresolved[hash],dev,&sa))==NULL || dev != a->dev)
hash666net/appletalk/aarp.caarp_resolved(&unresolved[hash],a,hash);
hash137net/core/dev.cint hash;
hash146net/core/dev.chash=ntohs(pt->type)&15;
hash147net/core/dev.cpt->next = ptype_base[hash];
hash148net/core/dev.cptype_base[hash] = pt;
hash389net/ipv4/arp.cunsigned long hash;
hash429net/ipv4/arp.chash = HASH(entry->ip);
hash437net/ipv4/arp.cpentry = &arp_tables[hash];
hash510net/ipv4/arp.cunsigned long hash = HASH(ip_addr);
hash514net/ipv4/arp.cpentry = &arp_tables[hash];
hash564net/ipv4/arp.cunsigned long hash;
hash755net/ipv4/arp.chash = HASH(sip);
hash757net/ipv4/arp.cfor(entry=arp_tables[hash];entry;entry=entry->next)
hash815net/ipv4/arp.centry->next = arp_tables[hash];
hash816net/ipv4/arp.carp_tables[hash] = entry;
hash835net/ipv4/arp.cunsigned long hash = HASH(paddr);
hash842net/ipv4/arp.cfor (entry = arp_tables[hash]; entry != NULL; entry = entry->next)
hash869net/ipv4/arp.cunsigned long hash;
hash907net/ipv4/arp.chash = HASH(paddr);
hash953net/ipv4/arp.centry->next = arp_tables[hash];
hash966net/ipv4/arp.carp_tables[hash] = entry;
hash1089net/ipv4/arp.cunsigned long hash = HASH(paddr);
hash1091net/ipv4/arp.cfor (entry = arp_tables[hash]; entry != NULL; entry = entry->next)
hash1252net/ipv4/arp.cunsigned long hash = HASH(ip);
hash1254net/ipv4/arp.chash = PROXY_HASH;
hash1267net/ipv4/arp.centry->next = arp_tables[hash];
hash1268net/ipv4/arp.carp_tables[hash] = entry;
hash280net/ipv4/icmp.cunsigned char hash;
hash319net/ipv4/icmp.chash = iph->protocol & (MAX_INET_PROTOS -1);
hash325net/ipv4/icmp.cipprot = (struct inet_protocol *) inet_protos[hash];
hash1285net/ipv4/ip.cunsigned char hash;
hash1557net/ipv4/ip.chash = iph->protocol & (SOCK_ARRAY_SIZE-1);
hash1563net/ipv4/ip.cif((raw_sk=raw_prot.sock_array[hash])!=NULL)
hash1567net/ipv4/ip.craw_sk=get_sock_raw(raw_sk, hash,  iph->saddr, iph->daddr);
hash1573net/ipv4/ip.csknext=get_sock_raw(raw_sk->next, hash, iph->saddr, iph->daddr);
hash1598net/ipv4/ip.chash = iph->protocol & (MAX_INET_PROTOS -1);
hash1599net/ipv4/ip.cfor (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next)
hash129net/ipv4/protocol.cunsigned char hash;
hash132net/ipv4/protocol.chash = prot & (MAX_INET_PROTOS - 1);
hash133net/ipv4/protocol.cfor (p = inet_protos[hash] ; p != NULL; p=p->next) {
hash143net/ipv4/protocol.cunsigned char hash;
hash146net/ipv4/protocol.chash = prot->protocol & (MAX_INET_PROTOS - 1);
hash147net/ipv4/protocol.cprot ->next = inet_protos[hash];
hash148net/ipv4/protocol.cinet_protos[hash] = prot;
hash168net/ipv4/protocol.cunsigned char hash;
hash170net/ipv4/protocol.chash = prot->protocol & (MAX_INET_PROTOS - 1);
hash171net/ipv4/protocol.cif (prot == inet_protos[hash]) {
hash172net/ipv4/protocol.cinet_protos[hash] = (struct inet_protocol *) inet_protos[hash]->next;
hash176net/ipv4/protocol.cp = (struct inet_protocol *) inet_protos[hash];