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)
hash190fs/ext2/dcache.cremove_from_queue (hash (p->dev, p->dir), p);
hash219fs/ext2/dcache.cqueue = hash (dev, dir);
hash267fs/ext2/dcache.cqueue = hash (dev, dir);
hash291fs/ext2/dcache.cremove_from_queue (hash (p->dev, p->dir), p);
hash326fs/ext2/dcache.cqueue = hash (dev, dir);
hash57fs/inode.ch = hash(inode->i_dev, inode->i_ino);
hash69fs/inode.ch = hash(inode->i_dev, inode->i_ino);
hash436fs/inode.ch = hash(sb->s_dev, nr);
hash363net/inet/arp.cunsigned long hash;
hash374net/inet/arp.chash = htonl(paddr) & (ARP_TABLE_SIZE - 1);
hash376net/inet/arp.capt = arp_tables[hash];
hash393net/inet/arp.cunsigned long hash;
hash398net/inet/arp.chash = htonl(paddr) & (ARP_TABLE_SIZE - 1);
hash400net/inet/arp.capt = arp_tables[hash];
hash419net/inet/arp.cunsigned long hash;
hash429net/inet/arp.chash = htonl(paddr) & (ARP_TABLE_SIZE - 1);
hash432net/inet/arp.clapt = &arp_tables[hash];
hash472net/inet/arp.cunsigned long hash;
hash485net/inet/arp.chash = htonl(paddr) & (ARP_TABLE_SIZE - 1);
hash493net/inet/arp.capt->next = arp_tables[hash];
hash494net/inet/arp.carp_tables[hash] = apt;
hash144net/inet/icmp.cunsigned char hash;
hash180net/inet/icmp.chash = iph->protocol & (MAX_INET_PROTOS -1);
hash183net/inet/icmp.cipprot = (struct inet_protocol *) inet_protos[hash];
hash1215net/inet/ip.cunsigned char hash;
hash1302net/inet/ip.chash = iph->protocol & (MAX_INET_PROTOS -1);
hash1303net/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];