Searched defs:list_next (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/osi/src/
H A Dlist.c205 // may no longer call |list_next| with the iterator. |list| may not be NULL.
215 list_node_t *list_next(const list_node_t *node) { function
/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
663 ppi->list_next = ppi_list;
1725 ppi = ppi->list_next;
1735 ppi->list_next = ppi_list;
1761 ppi = ppi->list_next;

Completed in 2270 milliseconds