Searched refs:startclk (Results 1 – 3 of 3) sorted by relevance
123 unsigned long startclk, stopclk; in dasd_default_erp_postaction() local129 startclk = cqr->startclk; in dasd_default_erp_postaction()146 cqr->startclk = startclk; in dasd_default_erp_postaction()
784 if (!cqr->buildclk || !cqr->startclk || in dasd_profile_end()789 strtime = ((cqr->startclk - cqr->buildclk) >> 12); in dasd_profile_end()790 irqtime = ((cqr->stopclk - cqr->startclk) >> 12); in dasd_profile_end()1398 cqr->startclk = get_tod_clock(); in dasd_start_IO()
154 unsigned long startclk; /* TOD-clock of request start */ member