Searched refs:tmp_list (Results 1 – 1 of 1) sorted by relevance
2218 struct bw_meter *x, *tmp_list; in bw_meter_process() local2224 tmp_list = V_bw_meter_timers[i]; in bw_meter_process()2228 while (tmp_list != NULL) { in bw_meter_process()2229 x = tmp_list; in bw_meter_process()2230 tmp_list = tmp_list->bm_time_next; in bw_meter_process()