Home
last modified time | relevance | path

Searched refs:stopclk (Results 1 – 5 of 5) sorted by relevance

/drivers/s390/block/
Ddasd_erp.c105 cqr->stopclk = get_tod_clock(); in dasd_default_erp_action()
127 unsigned long long startclk, stopclk; in dasd_default_erp_postaction() local
134 stopclk = cqr->stopclk; in dasd_default_erp_postaction()
151 cqr->stopclk = stopclk; in dasd_default_erp_postaction()
157 cqr->stopclk = get_tod_clock(); in dasd_default_erp_postaction()
Ddasd_diag.c196 cqr->stopclk = get_tod_clock(); in dasd_start_diag()
227 cqr->stopclk = get_tod_clock(); in dasd_diag_term_IO()
281 cqr->stopclk = get_tod_clock(); in dasd_ext_handler()
Ddasd.c816 !cqr->stopclk || !cqr->endclk || in dasd_profile_end()
821 irqtime = ((cqr->stopclk - cqr->startclk) >> 12); in dasd_profile_end()
822 endtime = ((cqr->endclk - cqr->stopclk) >> 12); in dasd_profile_end()
1364 cqr->stopclk = get_tod_clock(); in dasd_term_IO()
1384 cqr->stopclk = get_tod_clock(); in dasd_term_IO()
1748 cqr->stopclk = now; in dasd_int_handler()
2059 cqr->stopclk = get_tod_clock(); in dasd_flush_device_queue()
2567 cqr->stopclk = get_tod_clock(); in dasd_cancel_req()
Ddasd_int.h200 unsigned long long stopclk; /* TOD-clock of request interrupt */ member
Ddasd_3990_erp.c2337 cqr->stopclk = get_tod_clock(); in dasd_3990_erp_add_erp()