• Home
  • Raw
  • Download

Lines Matching refs:hash_next

97                 tmp = p->hash_next;  in rehash()
127 while (*up && ((*up)->flags & F_REVERSE)) up = &((*up)->hash_next); in cache_hash()
130 while (*up && !((*up)->flags & F_IMMORTAL)) up = &((*up)->hash_next); in cache_hash()
132 crecp->hash_next = *up; in cache_hash()
223 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next) in cache_scan_free()
225 *up = crecp->hash_next; in cache_scan_free()
235 *up = crecp->hash_next; in cache_scan_free()
239 up = &crecp->hash_next; in cache_scan_free()
250 crecp = crecp->hash_next) in cache_scan_free()
252 *up = crecp->hash_next; in cache_scan_free()
261 *up = crecp->hash_next; in cache_scan_free()
265 up = &crecp->hash_next; in cache_scan_free()
421 next = crecp->hash_next; in cache_find_by_name()
440 *up = crecp->hash_next; in cache_find_by_name()
441 crecp->hash_next = *insert; in cache_find_by_name()
443 insert = &crecp->hash_next; in cache_find_by_name()
449 up = &crecp->hash_next; in cache_find_by_name()
453 up = &crecp->hash_next; in cache_find_by_name()
456 *up = crecp->hash_next; in cache_find_by_name()
495 crecp = crecp->hash_next) in cache_find_by_addr()
506 up = &crecp->hash_next; in cache_find_by_addr()
508 *up = crecp->hash_next; in cache_find_by_addr()
552 for (lookup = hash_table[i]; lookup; lookup = lookup->hash_next) in add_hosts_entry()
722 tmp = cache->hash_next; in cache_reload()
724 *up = cache->hash_next; in cache_reload()
727 *up = cache->hash_next; in cache_reload()
734 up = &cache->hash_next; in cache_reload()
845 for (cache = hash_table[i], up = &hash_table[i]; cache; cache = cache->hash_next) in cache_unhash_dhcp()
847 *up = cache->hash_next; in cache_unhash_dhcp()
851 up = &cache->hash_next; in cache_unhash_dhcp()
969 for (cache = hash_table[i]; cache; cache = cache->hash_next) { in dump_cache()