Searched refs:startclk (Results 1 – 4 of 4) sorted by relevance
127 unsigned long long startclk, stopclk; in dasd_default_erp_postaction() local133 startclk = cqr->startclk; in dasd_default_erp_postaction()150 cqr->startclk = startclk; in dasd_default_erp_postaction()
199 unsigned long long startclk; /* TOD-clock of request start */ member
194 cqr->startclk = get_tod_clock(); in dasd_start_diag()
817 if (!cqr->buildclk || !cqr->startclk || in dasd_profile_end()822 strtime = ((cqr->startclk - cqr->buildclk) >> 12); in dasd_profile_end()823 irqtime = ((cqr->stopclk - cqr->startclk) >> 12); in dasd_profile_end()1397 cqr->startclk = get_tod_clock(); in dasd_start_IO()