taglinefilesource code
hash558arch/ppc/mm/init.cint hash, page_index, segment, i, h, _h, api, vsid, perms;
hash579arch/ppc/mm/init.chash = page_index ^ vsid;    
hash582arch/ppc/mm/init.chash = ~hash;  /* Secondary hash uses ones-complement */
hash584arch/ppc/mm/init.chash &= 0x3FF | (Hash_mask << 10);
hash585arch/ppc/mm/init.chash *= 8;  /* Eight entries / hash bucket */
hash586arch/ppc/mm/init.c_pte = &Hash[hash];
hash319fs/buffer.cif (hash(bh->b_dev,bh->b_blocknr) == bh)
hash320fs/buffer.chash(bh->b_dev,bh->b_blocknr) = bh->b_next;
hash453fs/buffer.cbh->b_next = hash(bh->b_dev,bh->b_blocknr);
hash454fs/buffer.chash(bh->b_dev,bh->b_blocknr) = bh;
hash463fs/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 inline 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);
hash101fs/dquot.chash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type);
hash113fs/dquot.chash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type);
hash547fs/dquot.cdquot = *(hash(dev, id, type));
hash59fs/inode.ch = hash(inode->i_dev, inode->i_ino);
hash71fs/inode.ch = hash(inode->i_dev, inode->i_ino);
hash551fs/inode.ch = hash(sb->s_dev, nr);
hash44include/linux/net_alias.hunsigned hash;    /* my hash value: for quick rehash */
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;
hash446net/appletalk/aarp.chash=sa->s_node%(AARP_HASH_SIZE-1);
hash464net/appletalk/aarp.ca=aarp_find_entry(resolved[hash],dev,sa);
hash485net/appletalk/aarp.ca=aarp_find_entry(unresolved[hash],dev,sa);
hash519net/appletalk/aarp.ca->next=unresolved[hash];
hash522net/appletalk/aarp.cunresolved[hash]=a;
hash556net/appletalk/aarp.cstatic void aarp_resolved(struct aarp_entry **list, struct aarp_entry *a, int hash)
hash570net/appletalk/aarp.ca->next=resolved[hash];
hash571net/appletalk/aarp.cresolved[hash]=a;
hash603net/appletalk/aarp.cint hash;
hash644net/appletalk/aarp.chash=ea->pa_src_node%(AARP_HASH_SIZE-1);
hash695net/appletalk/aarp.cif((a=aarp_find_entry(unresolved[hash],dev,&sa))==NULL || dev != a->dev)
hash702net/appletalk/aarp.caarp_resolved(&unresolved[hash],a,hash);
hash146net/core/dev.cint hash;
hash155net/core/dev.chash=ntohs(pt->type)&15;
hash156net/core/dev.cpt->next = ptype_base[hash];
hash157net/core/dev.cptype_base[hash] = pt;
hash424net/core/net_alias.calias->hash = HASH(addr32, family);
hash430net/core/net_alias.caliasp = &alias_info->hash_tab[alias->hash];
hash510net/core/net_alias.cfor(aliasp = &alias_info->hash_tab[alias->hash]; *aliasp; aliasp = &(*aliasp)->next)
hash801net/core/net_alias.cif (n_hash == alias->hash && o_nat == n_nat )
hash808net/core/net_alias.cfor (aliasp = &alias_info->hash_tab[alias->hash]; *aliasp; aliasp = &(*aliasp)->next)
hash839net/core/net_alias.cif (n_hash != alias->hash)
hash842net/core/net_alias.calias->hash = n_hash;
hash1290net/core/net_alias.cunsigned hash;
hash1299net/core/net_alias.chash = nat->type & 0x0f;
hash1302net/core/net_alias.cnat->next = nat_base[hash];
hash1303net/core/net_alias.cnat_base[hash] = nat;
hash1314net/core/net_alias.cunsigned hash;
hash1332net/core/net_alias.chash = nat->type & 0x0f;
hash1335net/core/net_alias.cfor (natp = &nat_base[hash]; *natp ; natp = &(*natp)->next)
hash480net/ipv4/arp.cunsigned long hash;
hash553net/ipv4/arp.chash = HASH(entry->ip);
hash555net/ipv4/arp.cpentry = &arp_tables[hash];
hash784net/ipv4/arp.cunsigned long hash;
hash990net/ipv4/arp.chash = HASH(sip);
hash992net/ipv4/arp.cfor (entry=arp_tables[hash]; entry; entry=entry->next)
hash1057net/ipv4/arp.centry->next = arp_tables[hash];
hash1058net/ipv4/arp.carp_tables[hash] = entry;
hash1185net/ipv4/arp.cunsigned long hash;
hash1194net/ipv4/arp.chash = HASH(paddr);
hash1283net/ipv4/arp.centry->next = arp_tables[hash];
hash1284net/ipv4/arp.carp_tables[hash] = entry;
hash1514net/ipv4/arp.cunsigned long hash = HASH(paddr);
hash1516net/ipv4/arp.centry->next = arp_tables[hash];
hash1517net/ipv4/arp.carp_tables[hash] = entry;
hash1553net/ipv4/arp.cunsigned long hash;
hash1556net/ipv4/arp.chash = HASH(sip);
hash1562net/ipv4/arp.cfor (entry1=arp_tables[hash]; entry1; entry1=entry1->next)
hash1570net/ipv4/arp.centry->next = arp_tables[hash];
hash1571net/ipv4/arp.carp_tables[hash] = entry;
hash1748net/ipv4/arp.cunsigned long hash = HASH(ip);
hash1750net/ipv4/arp.centry->next = arp_tables[hash];
hash1751net/ipv4/arp.carp_tables[hash] = entry;
hash342net/ipv4/icmp.cint hash;
hash432net/ipv4/icmp.chash = iph->protocol & (MAX_INET_PROTOS -1);
hash440net/ipv4/icmp.cipprot = (struct inet_protocol *) inet_protos[hash];
hash202net/ipv4/ip_input.cunsigned char hash;
hash471net/ipv4/ip_input.chash = iph->protocol & (SOCK_ARRAY_SIZE-1);
hash477net/ipv4/ip_input.cif((raw_sk=raw_prot.sock_array[hash])!=NULL)
hash512net/ipv4/ip_input.chash = iph->protocol & (MAX_INET_PROTOS -1);
hash513net/ipv4/ip_input.cfor (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next)
hash136net/ipv4/protocol.cunsigned char hash;
hash139net/ipv4/protocol.chash = prot & (MAX_INET_PROTOS - 1);
hash140net/ipv4/protocol.cfor (p = inet_protos[hash] ; p != NULL; p=p->next) 
hash154net/ipv4/protocol.cunsigned char hash;
hash157net/ipv4/protocol.chash = prot->protocol & (MAX_INET_PROTOS - 1);
hash158net/ipv4/protocol.cprot ->next = inet_protos[hash];
hash159net/ipv4/protocol.cinet_protos[hash] = prot;
hash186net/ipv4/protocol.cunsigned char hash;
hash188net/ipv4/protocol.chash = prot->protocol & (MAX_INET_PROTOS - 1);
hash189net/ipv4/protocol.cif (prot == inet_protos[hash]) 
hash191net/ipv4/protocol.cinet_protos[hash] = (struct inet_protocol *) inet_protos[hash]->next;
hash195net/ipv4/protocol.cp = (struct inet_protocol *) inet_protos[hash];
hash154net/ipv4/route.cstatic void rt_cache_add(unsigned hash, struct rtable * rth);
hash644net/ipv4/route.cunsigned hash = fz_hash_code(f1->fib_dst, logmask);
hash646net/ipv4/route.cf1->fib_next = ht[hash];
hash647net/ipv4/route.cht[hash] = f1;
hash1113net/ipv4/route.cunsigned long hash = ip_rt_hash_code(dst);
hash1135net/ipv4/route.crt_cache_add(hash, rt);
hash1373net/ipv4/route.cstatic void rt_cache_add(unsigned hash, struct rtable * rth)
hash1419net/ipv4/route.crth->rt_next = ip_rt_hash_table[hash];
hash1424net/ipv4/route.cprintk("rt_cache @%02x: %08x", hash, daddr);
hash1430net/ipv4/route.cip_rt_hash_table[hash] = rth;
hash1450net/ipv4/route.cprintk("rt_cache clean %02x@%08x\n", hash, rth->rt_dst);
hash1471net/ipv4/route.cunsigned hash = ip_rt_hash_code(daddr)^local;
hash1559net/ipv4/route.crt_cache_add(hash, rth);