Home
last modified time | relevance | path

Searched refs:hash_next (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_monitor.c138 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next, in remove_from_hash()
150 LINK_SLIST(mon_free, m, hash_next); in mon_free_entry()
348 for (; mon != NULL; mon = mon->hash_next) { in ntp_monitor()
446 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); in ntp_monitor()
465 UNLINK_HEAD_SLIST(mon, mon_free, hash_next); in ntp_monitor()
499 LINK_SLIST(mon_hash[hash], mon, hash_next); in ntp_monitor()
Dntp_control.c4148 mon = mon->hash_next) in read_mru_list()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddictionary.c543 next = DICT_ITERATOR_CURRENT (iterator)->hash_next; in iterator_next_hashed()
596 sym = sym->hash_next) in iter_match_first_hashed()
616 for (next = DICT_ITERATOR_CURRENT (iterator)->hash_next; in iter_match_next_hashed()
618 next = next->hash_next) in iter_match_next_hashed()
645 sym->hash_next = buckets[hash_index]; in insert_symbol_hashed()
659 sym = sym->hash_next) in size_hashed()
713 for (next_sym = sym->hash_next; in expand_hashtable()
715 next_sym = sym->hash_next) in expand_hashtable()
Dminsyms.c198 if (sym->hash_next == NULL) in add_minsym_to_hash_table()
202 sym->hash_next = table[hash]; in add_minsym_to_hash_table()
307 msymbol = msymbol->hash_next) in lookup_minimal_symbol_mangled()
537 iter = iter->hash_next) in iterate_over_minimal_symbols()
580 msymbol = msymbol->hash_next) in lookup_minimal_symbol_linkage()
629 msymbol = msymbol->hash_next) in lookup_minimal_symbol_text()
695 msymbol = msymbol->hash_next) in lookup_minimal_symbol_by_pc_name()
1385 msym->hash_next = 0; in build_minimal_symbol_hash_tables()
Dsymtab.h854 struct minimal_symbol *hash_next; member
1547 struct symbol *hash_next = nullptr; member
Dobjfiles.c640 for (symbol *iter = objfile->template_symbols; iter; iter = iter->hash_next) in objfile_relocate1()
DChangeLog-20006809 * symtab.h (struct minimal_symbol): New fields `hash_next',
DChangeLog-20026710 (struct symbol): Add `hash_next' pointer.
/netbsd/src/external/bsd/iscsi/dist/src/lib/
Dutil.c364 cmd->hash_next = NULL; in hash_insert()
374 cmd->hash_next = h->bucket[i]; in hash_insert()
401 while ((curr->key != key) && (curr->hash_next != NULL)) { in hash_remove()
403 curr = curr->hash_next; in hash_remove()
412 h->bucket[i] = h->bucket[i]->hash_next; in hash_remove()
417 prev->hash_next = curr->hash_next; in hash_remove()
418 if (prev->hash_next == NULL) { in hash_remove()
/netbsd/src/external/bsd/iscsi/dist/include/
Dinitiator.h113 struct initiator_cmd_t *hash_next; member
/netbsd/src/external/bsd/ntp/dist/include/
Dntp.h801 mon_entry * hash_next; /* next structure in hash list */ member
/netbsd/src/external/bsd/top/dist/
Dhash.m4c651 /* its okay for ll_item to be null: hash_next will detect it */
/netbsd/src/external/gpl3/gcc/dist/libobjc/
DChangeLog629 hash_next, hash_remove, hash_value_for_key, hash_is_key_in_hash,
2550 (hash_next, hash_value_for_key, hash_is_key_in_hash)
2555 * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next)
/netbsd/src/external/gpl3/gcc/dist/gcc/
DFSFChangeLog.117683 versus using hash_next to increase efficiency.
DChangeLog-1999952 * cse.c (struct cse_reg_info): Add hash_next member,
DChangeLog-200532899 * cse.c (cse_reg_info): Remove hash_next, next, regno. Add