Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dcache.c130 tmp = p->hash_next; in rehash()
166 up = &((*up)->hash_next); in cache_hash()
170 up = &((*up)->hash_next); in cache_hash()
172 crecp->hash_next = *up; in cache_hash()
276 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next) in cache_scan_free()
279 *up = crecp->hash_next; in cache_scan_free()
292 *up = crecp->hash_next; in cache_scan_free()
297 up = &crecp->hash_next; in cache_scan_free()
310 crecp = crecp->hash_next) in cache_scan_free()
313 *up = crecp->hash_next; in cache_scan_free()
[all …]
Ddnsmasq.h261 struct crec *next, *prev, *hash_next; member
/external/oprofile/daemon/liblegacy/
Dopd_image.c71 list_del(&image->hash_next); in opd_delete_image()
88 list_entry(pos, struct opd_image, hash_next); in opd_for_each_image()
140 list_init(&image->hash_next); in opd_new_image()
158 list_add(&image->hash_next, &opd_images[hash_image]); in opd_new_image()
233 image = list_entry(pos, struct opd_image, hash_next); in opd_find_image()
Dopd_image.h29 struct list_head hash_next; member
/external/blktrace/
Dblkparse.c78 struct process_pid_map *hash_next, *list_next; member
89 struct per_process_info *hash_next, *list_next; member
549 ppm = ppm->hash_next; in find_ppm()
566 ppm->hash_next = ppm_hash_table[hash_idx]; in add_ppm_hash()
657 ppi->hash_next = ppi_hash_table[hash_idx]; in add_ppi_to_hash()
680 ppi = ppi->hash_next; in find_ppi_by_name()
698 ppi = ppi->hash_next; in find_ppi_by_pid()
/external/valgrind/main/perf/
Dtinycc.c2130 struct TokenSym *hash_next; member
2300 int hash_next; /* -1 if none */ member
7159 ts->hash_next = NULL; in tok_alloc_new()
7188 pts = &(ts->hash_next); in tok_alloc()
8394 i = e->hash_next; in search_cached_include()
8419 e->hash_next = s1->cached_includes_hash[h]; in add_cached_include()
9303 pts = &(ts->hash_next); in next_nomacro1()