Searched refs:bm_time_next (Results 1 – 3 of 3) sorted by relevance
1825 x->bm_time_next = NULL; in add_bw_upcall()2142 x->bm_time_next = V_bw_meter_timers[time_hash]; in schedule_bw_meter()2170 tmp != NULL; prev = tmp, tmp = tmp->bm_time_next) in unschedule_bw_meter()2178 prev->bm_time_next = x->bm_time_next; in unschedule_bw_meter()2180 V_bw_meter_timers[time_hash] = x->bm_time_next; in unschedule_bw_meter()2182 x->bm_time_next = NULL; in unschedule_bw_meter()2230 tmp_list = tmp_list->bm_time_next; in bw_meter_process()2248 x->bm_time_next = V_bw_meter_timers[time_hash]; in bw_meter_process()
329 struct bw_meter *bm_time_next; /* next bw meter (same time) */ member