Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/block/
Ddasd_erp.c106 cqr->stopclk = get_clock(); in dasd_default_erp_action()
150 cqr->stopclk = get_clock(); in dasd_default_erp_postaction()
Ddasd_diag.c195 cqr->stopclk = get_clock(); in dasd_start_diag()
226 cqr->stopclk = get_clock(); in dasd_diag_term_IO()
280 cqr->stopclk = get_clock(); in dasd_ext_handler()
Ddasd.c788 !cqr->stopclk || !cqr->endclk || in dasd_profile_end()
793 irqtime = ((cqr->stopclk - cqr->startclk) >> 12); in dasd_profile_end()
794 endtime = ((cqr->endclk - cqr->stopclk) >> 12); in dasd_profile_end()
1345 cqr->stopclk = get_clock(); in dasd_term_IO()
1672 cqr->stopclk = now; in dasd_int_handler()
1949 cqr->stopclk = get_clock(); in dasd_flush_device_queue()
2323 cqr->stopclk = get_clock(); in dasd_cancel_req()
Ddasd_int.h202 unsigned long long stopclk; /* TOD-clock of request interrupt */ member
Ddasd_3990_erp.c2326 cqr->stopclk = get_clock (); in dasd_3990_erp_add_erp()