Home
last modified time | relevance | path

Searched refs:curr_ptr (Results 1 – 2 of 2) sorted by relevance

/device/google/marlin/dataservices/datatop/src/
Ddatatop_helpers.c281 struct dtop_linked_list *curr_ptr = dpg_list; in dtop_write_pollingdata_csv() local
284 while (curr_ptr) { in dtop_write_pollingdata_csv()
285 dpset = (struct dtop_data_point_gatherer *) curr_ptr->data; in dtop_write_pollingdata_csv()
288 curr_ptr = curr_ptr->next_ptr; in dtop_write_pollingdata_csv()
404 struct dtop_linked_list *curr_ptr = dpg_list; in dtop_poll() local
407 while (curr_ptr) { in dtop_poll()
408 dpset = (struct dtop_data_point_gatherer *) curr_ptr->data; in dtop_poll()
410 curr_ptr = curr_ptr->next_ptr; in dtop_poll()
423 struct dtop_linked_list *curr_ptr = dpg_list; in dtop_print_snapshot_diff() local
428 while (curr_ptr) { in dtop_print_snapshot_diff()
[all …]
Ddatatop.c67 struct dtop_linked_list *curr_ptr = dpg_list; in dtop_print_terminal() local
70 while (curr_ptr) { in dtop_print_terminal()
71 dpset = (struct dtop_data_point_gatherer *) curr_ptr->data; in dtop_print_terminal()
73 curr_ptr = curr_ptr->next_ptr; in dtop_print_terminal()
96 struct dtop_linked_list *curr_ptr = dpg_list; in dtop_poll_periodically() local
108 while (curr_ptr) { in dtop_poll_periodically()
109 dpset = (struct dtop_data_point_gatherer *) curr_ptr->data; in dtop_poll_periodically()
112 curr_ptr = curr_ptr->next_ptr; in dtop_poll_periodically()