Home
last modified time | relevance | path

Searched refs:startclk (Results 1 – 4 of 4) sorted by relevance

/drivers/s390/block/
Ddasd_erp.c127 unsigned long long startclk, stopclk; in dasd_default_erp_postaction() local
133 startclk = cqr->startclk; in dasd_default_erp_postaction()
150 cqr->startclk = startclk; in dasd_default_erp_postaction()
Ddasd_int.h199 unsigned long long startclk; /* TOD-clock of request start */ member
Ddasd_diag.c194 cqr->startclk = get_tod_clock(); in dasd_start_diag()
Ddasd.c817 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()