HomeSort by relevance Sort by last modified time
    Searched refs:hash_next (Results 1 - 6 of 6) sorted by null

  /external/oprofile/daemon/liblegacy/
opd_image.h 29 struct list_head hash_next; member in struct:opd_image
opd_image.c 71 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/
cache.c 130 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...]
dnsmasq.h 261 struct crec *next, *prev, *hash_next; member in struct:crec
  /external/blktrace/
blkparse.c 78 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;
    [all...]
  /external/valgrind/main/perf/
tinycc.c 2130 struct TokenSym *hash_next; member in struct:TokenSym
2300 int hash_next; \/* -1 if none *\/ member in struct:CachedInclude
    [all...]

Completed in 335 milliseconds