Searched refs:duration (Results 1 – 5 of 5) sorted by relevance
97 s_time_t duration; member117 static inline int which_bucket(unsigned int duration) in which_bucket() argument121 if (duration < 10) in which_bucket()123 if (duration < 100) in which_bucket()125 if (duration < 1000) in which_bucket()127 if (duration < 10000) in which_bucket()129 if (duration < 100000) in which_bucket()150 s_time_t duration, now; in avg_intr_interval_us() local155 duration = (data->pf.duration + (now - data->pf.time_stamp) in avg_intr_interval_us()167 if ( duration >= SAMPLING_PERIOD){ in avg_intr_interval_us()[all …]
186 def summarize(startat, endat, duration, samples): argument197 while passed < duration:582 while options.duration == 0 or interval < (options.duration * 1000):697 if not options.live and options.duration != 0 and \698 options.mspersample > options.duration * 1000:700 (options.duration * 1000))
1382 long long duration = (next_timeout - now); in handle_io() local1383 if (duration <= 0) /* sanity check */ in handle_io()1384 duration = 1; in handle_io()1385 poll_timeout = (int)duration; in handle_io()
274 let delay_next_frequent_ops_by duration =275 next_frequent_ops := !next_frequent_ops +. duration
446 - Policy controls for reducing the duration of hypervisor mappings of
Completed in 9 milliseconds