Lines Matching defs:duration
313 double duration;
381 /* Do some quick duration calcuations */
383 duration = end - start;
384 duration /= HR_SECOND;
387 wwnConversion(wwn.raw_wwn), duration);
897 double duration;
928 // Do some calculations on the duration of the ioctl.
930 duration = end - start;
931 duration /= HR_SECOND;
934 getPath().c_str(), duration);