Searched refs:time_hash (Results 1 – 1 of 1) sorted by relevance
2123 int time_hash; in schedule_bw_meter() local2141 BW_METER_TIMEHASH(x, time_hash); in schedule_bw_meter()2143 V_bw_meter_timers[time_hash] = x; in schedule_bw_meter()2144 x->bm_time_hash = time_hash; in schedule_bw_meter()2154 int time_hash; in unschedule_bw_meter() local2165 time_hash = x->bm_time_hash; in unschedule_bw_meter()2237 int time_hash; in bw_meter_process() local2239 BW_METER_TIMEHASH(x, time_hash); in bw_meter_process()2246 time_hash = 0; in bw_meter_process()2249 V_bw_meter_timers[time_hash] = x; in bw_meter_process()[all …]