taglinefilesource code
hash288fs/buffer.cif (hash(bh->b_dev,bh->b_blocknr) == bh)
hash289fs/buffer.chash(bh->b_dev,bh->b_blocknr) = bh->b_next;
hash351fs/buffer.cbh->b_next = hash(bh->b_dev,bh->b_blocknr);
hash352fs/buffer.chash(bh->b_dev,bh->b_blocknr) = bh;
hash361fs/buffer.cfor (tmp = hash(dev,block) ; tmp != NULL ; tmp = tmp->b_next)
hash189fs/ext2/dcache.cremove_from_queue (hash (p->dev, p->dir), p);
hash218fs/ext2/dcache.cqueue = hash (dev, dir);
hash266fs/ext2/dcache.cqueue = hash (dev, dir);
hash290fs/ext2/dcache.cremove_from_queue (hash (p->dev, p->dir), p);
hash325fs/ext2/dcache.cqueue = hash (dev, dir);
hash53fs/inode.ch = hash(inode->i_dev, inode->i_ino);
hash65fs/inode.ch = hash(inode->i_dev, inode->i_ino);
hash430fs/inode.cinode = *(hash(sb->s_dev,nr));
hash335net/inet/arp.cunsigned long hash;
hash346net/inet/arp.chash = htonl(paddr) & (ARP_TABLE_SIZE - 1);
hash348net/inet/arp.capt = arp_tables[hash];
hash365net/inet/arp.cunsigned long hash;
hash370net/inet/arp.chash = htonl(paddr) & (ARP_TABLE_SIZE - 1);
hash372net/inet/arp.capt = arp_tables[hash];
hash391net/inet/arp.cunsigned long hash;
hash401net/inet/arp.chash = htonl(paddr) & (ARP_TABLE_SIZE - 1);
hash404net/inet/arp.clapt = &arp_tables[hash];
hash425net/inet/arp.cunsigned long hash;
hash438net/inet/arp.chash = htonl(paddr) & (ARP_TABLE_SIZE - 1);
hash446net/inet/arp.capt->next = arp_tables[hash];
hash447net/inet/arp.carp_tables[hash] = apt;
hash143net/inet/icmp.cunsigned char hash;
hash179net/inet/icmp.chash = iph->protocol & (MAX_INET_PROTOS -1);
hash182net/inet/icmp.cipprot = (struct inet_protocol *) inet_protos[hash];
hash1182net/inet/ip.cunsigned char hash;
hash1266net/inet/ip.chash = iph->protocol & (MAX_INET_PROTOS -1);
hash1267net/inet/ip.cfor (ipprot = (struct inet_protocol *)inet_protos[hash];
hash88net/inet/protocol.cunsigned char hash;
hash92net/inet/protocol.chash = prot & (MAX_INET_PROTOS - 1);
hash93net/inet/protocol.cfor (p = inet_protos[hash] ; p != NULL; p=p->next) {
hash104net/inet/protocol.cunsigned char hash;
hash107net/inet/protocol.chash = prot->protocol & (MAX_INET_PROTOS - 1);
hash108net/inet/protocol.cprot ->next = inet_protos[hash];
hash109net/inet/protocol.cinet_protos[hash] = prot;
hash129net/inet/protocol.cunsigned char hash;
hash131net/inet/protocol.chash = prot->protocol & (MAX_INET_PROTOS - 1);
hash132net/inet/protocol.cif (prot == inet_protos[hash]) {
hash133net/inet/protocol.cinet_protos[hash] = (struct inet_protocol *) inet_protos[hash]->next;
hash137net/inet/protocol.cp = (struct inet_protocol *) inet_protos[hash];