Home
last modified time | relevance | path

Searched refs:endclk (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/s390/block/
Ddasd.c820 !cqr->stopclk || !cqr->endclk || in dasd_profile_end()
826 endtime = ((cqr->endclk - cqr->stopclk) >> 12); in dasd_profile_end()
827 tottime = ((cqr->endclk - cqr->buildclk) >> 12); in dasd_profile_end()
2300 maincqr->endclk = get_tod_clock(); in _dasd_sleep_on()
2726 cqr->endclk = get_tod_clock(); in __dasd_process_block_ccw_queue()
2910 cqr->endclk = get_tod_clock(); in dasd_flush_block_queue()
Ddasd_int.h186 unsigned long endclk; /* TOD-clock of request termination */ member