Lines Matching defs:duration
310 double duration;
378 /* Do some quick duration calcuations */
380 duration = end - start;
381 duration /= HR_SECOND;
384 wwnConversion(wwn.raw_wwn), duration);
894 double duration;
925 // Do some calculations on the duration of the ioctl.
927 duration = end - start;
928 duration /= HR_SECOND;
931 getPath().c_str(), duration);