Searched refs:hash_next (Results 1 - 7 of 7) sorted by relevance

/external/oprofile/daemon/liblegacy/
H A Dopd_image.h29 struct list_head hash_next; member in struct:opd_image
H A Dopd_image.c71 list_del(&image->hash_next);
88 list_entry(pos, struct opd_image, hash_next);
140 list_init(&image->hash_next);
158 list_add(&image->hash_next, &opd_images[hash_image]);
233 image = list_entry(pos, struct opd_image, hash_next);
/external/dnsmasq/src/
H A Dcache.c130 tmp = p->hash_next;
166 up = &((*up)->hash_next);
170 up = &((*up)->hash_next);
172 crecp->hash_next = *up;
276 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next)
279 *up = crecp->hash_next;
292 *up = crecp->hash_next;
297 up = &crecp->hash_next;
310 crecp = crecp->hash_next)
313 *up = crecp->hash_next;
[all...]
H A Ddnsmasq.h261 struct crec *next, *prev, *hash_next; member in struct:crec
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h167 Index hash_next ; /* next column, if col is in a hash list */ member in union:internal::colamd_col::__anon20934
1325 Col [col].shared4.hash_next = first_col ;
1545 for that column. The value of Col [c].shared4.hash_next is the next column
1612 super_c = Col [super_c].shared4.hash_next)
1623 for (c = Col [super_c].shared4.hash_next ;
1624 c != COLAMD_EMPTY ; c = Col [c].shared4.hash_next)
1672 Col [prev_c].shared4.hash_next = Col [c].shared4.hash_next ;
/external/blktrace/
H A Dblkparse.c78 struct process_pid_map *hash_next, *list_next; member in struct:process_pid_map
89 struct per_process_info *hash_next, *list_next; member in struct:per_process_info
549 ppm = ppm->hash_next;
566 ppm->hash_next = ppm_hash_table[hash_idx];
657 ppi->hash_next = ppi_hash_table[hash_idx];
680 ppi = ppi->hash_next;
698 ppi = ppi->hash_next;
/external/valgrind/main/perf/
H A Dtinycc.c2132 struct TokenSym *hash_next;
2302 int hash_next; /* -1 if none */
7161 ts->hash_next = NULL;
7190 pts = &(ts->hash_next);
8396 i = e->hash_next;
8421 e->hash_next = s1->cached_includes_hash[h];
9305 pts = &(ts->hash_next);
2130 struct TokenSym *hash_next; member in struct:TokenSym
2300 int hash_next; /* -1 if none */ member in struct:CachedInclude

Completed in 4977 milliseconds