Home
last modified time | relevance | path

Searched refs:duration (Results 1 – 5 of 5) sorted by relevance

/xen/xen/arch/x86/acpi/
A Dcpuidle_menu.c97 s_time_t duration; member
117 static inline int which_bucket(unsigned int duration) in which_bucket() argument
121 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() local
155 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 …]
/xen/tools/xenmon/
A Dxenmon.py186 def summarize(startat, endat, duration, samples): argument
197 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))
/xen/tools/console/daemon/
A Dio.c1382 long long duration = (next_timeout - now); in handle_io() local
1383 if (duration <= 0) /* sanity check */ in handle_io()
1384 duration = 1; in handle_io()
1385 poll_timeout = (int)duration; in handle_io()
/xen/tools/ocaml/xenstored/
A Dxenstored.ml274 let delay_next_frequent_ops_by duration =
275 next_frequent_ops := !next_frequent_ops +. duration
/xen/docs/designs/
A Dargo.pandoc446 - Policy controls for reducing the duration of hypervisor mappings of

Completed in 9 milliseconds