Searched refs:startclk (Results 1 – 4 of 4) sorted by relevance
128 unsigned long startclk, stopclk; in dasd_default_erp_postaction() local134 startclk = cqr->startclk; in dasd_default_erp_postaction()151 cqr->startclk = startclk; in dasd_default_erp_postaction()
189 cqr->startclk = get_tod_clock(); in dasd_start_diag()
815 if (!cqr->buildclk || !cqr->startclk || in dasd_profile_end()820 strtime = ((cqr->startclk - cqr->buildclk) >> 12); in dasd_profile_end()821 irqtime = ((cqr->stopclk - cqr->startclk) >> 12); in dasd_profile_end()1472 cqr->startclk = get_tod_clock(); in dasd_start_IO()
206 unsigned long startclk; /* TOD-clock of request start */ member