Searched refs:curr_ptr (Results 1 – 2 of 2) sorted by relevance
281 struct dtop_linked_list *curr_ptr = dpg_list; in dtop_write_pollingdata_csv() local284 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() local407 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() local428 while (curr_ptr) { in dtop_print_snapshot_diff()[all …]
67 struct dtop_linked_list *curr_ptr = dpg_list; in dtop_print_terminal() local70 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() local108 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()