Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/block/
Ddasd_erp.c128 unsigned long startclk, stopclk; in dasd_default_erp_postaction() local
134 startclk = cqr->startclk; in dasd_default_erp_postaction()
151 cqr->startclk = startclk; in dasd_default_erp_postaction()
Ddasd_diag.c188 cqr->startclk = get_tod_clock(); in dasd_start_diag()
Ddasd.c767 if (!cqr->buildclk || !cqr->startclk || in dasd_profile_end()
772 strtime = ((cqr->startclk - cqr->buildclk) >> 12); in dasd_profile_end()
773 irqtime = ((cqr->stopclk - cqr->startclk) >> 12); in dasd_profile_end()
1393 cqr->startclk = get_tod_clock(); in dasd_start_IO()
Ddasd_int.h183 unsigned long startclk; /* TOD-clock of request start */ member