Home | History | Annotate | Download | only in src

Lines Matching full:interval

341     /* there was a problem arming the interval timer */
1033 interval timer or the test timer... */
1042 interval timer. if we were in SYS_SIGSUSPEND we want to
1050 "catcher: Time to send burst > interval!\n");
1058 "catcher: interval timer running unexpectedly!\n");
1276 /* this routine will enable the interval timer and set things up so
1288 /* make sure timer resolution is at least as small as interval length */
1327 specifying some number of milliseconds, we know that the interval
1337 /* how many usecs in each interval? */
1352 "setting the interval timer to %d sec %d usec test len %d ticks\n",
1367 /* there was a problem arming the interval timer */
1495 /* this routine is like convert, but it is used for an interval time
3966 double demo_interval = 1000000.0; /* what is the desired interval to
3967 display interval results. default
3973 reporting interval? */
4685 /* interval=0.1; */
4903 result_confid= (double) interval -
4908 loc_cpu_confid= (double) interval -
4913 rem_cpu_confid= (double) interval -
4921 (interval-result_confid)*100.0,
4922 (interval-loc_cpu_confid)*100.0,
4923 (interval-rem_cpu_confid)*100.0);
4960 return (double) (100.0 * (interval - result_confid));
4966 return (double) (100.0 * (interval - loc_cpu_confid));
4972 return (double) (100.0 * (interval - rem_cpu_confid));
4992 100.0 * (interval - result_confid),
4993 100.0 * (interval - loc_cpu_confid),
4994 100.0 * (interval - rem_cpu_confid));