Searched refs:get_tod_clock (Results 1 – 20 of 20) sorted by relevance
180 static inline unsigned long get_tod_clock(void) in get_tod_clock() function198 return (cycles_t) get_tod_clock() >> 2; in get_cycles()219 tod = get_tod_clock() - tod_clock_base.tod; in get_tod_clock_monotonic()
106 cqr->stopclk = get_tod_clock(); in dasd_default_erp_action()158 cqr->stopclk = get_tod_clock(); in dasd_default_erp_postaction()
188 cqr->startclk = get_tod_clock(); in dasd_start_diag()195 cqr->stopclk = get_tod_clock(); in dasd_start_diag()226 cqr->stopclk = get_tod_clock(); in dasd_diag_term_IO()280 cqr->stopclk = get_tod_clock(); in dasd_ext_handler()567 cqr->buildclk = get_tod_clock(); in dasd_diag_build_cp()
843 cqr->buildclk = get_tod_clock(); in dasd_eckd_fill_rcd_cqr()1561 cqr->buildclk = get_tod_clock(); in dasd_eckd_read_features()1631 cqr->buildclk = get_tod_clock(); in dasd_eckd_read_vol_info()1815 cqr->buildclk = get_tod_clock(); in dasd_eckd_read_ext_pool_info()1918 cqr->buildclk = get_tod_clock(); in dasd_eckd_build_psf_ssc()2285 cqr->buildclk = get_tod_clock(); in dasd_eckd_analysis_ccw()2567 cqr->buildclk = get_tod_clock(); in dasd_eckd_build_check_tcw()2660 cqr->buildclk = get_tod_clock(); in dasd_eckd_build_check()2921 fcp->buildclk = get_tod_clock(); in dasd_eckd_build_format()3833 cqr->buildclk = get_tod_clock(); in dasd_eckd_dso_ras()[all …]
233 dctl_cqr->buildclk = get_tod_clock(); in dasd_3990_erp_DCTL()1741 erp->buildclk = get_tod_clock(); in dasd_3990_erp_action_1B_32()2258 clk = get_tod_clock(); in dasd_3990_erp_account_error()2403 cqr->stopclk = get_tod_clock(); in dasd_3990_erp_add_erp()2445 erp->buildclk = get_tod_clock(); in dasd_3990_erp_add_erp()
1318 cqr->stopclk = get_tod_clock(); in dasd_term_IO()1334 cqr->stopclk = get_tod_clock(); in dasd_term_IO()1393 cqr->startclk = get_tod_clock(); in dasd_start_IO()1654 now = get_tod_clock(); in dasd_int_handler()2114 cqr->stopclk = get_tod_clock(); in dasd_flush_device_queue()2379 maincqr->endclk = get_tod_clock(); in _dasd_sleep_on()2627 cqr->stopclk = get_tod_clock(); in __dasd_cancel_req()2826 cqr->endclk = get_tod_clock(); in __dasd_process_block_ccw_queue()3000 cqr->endclk = get_tod_clock(); in dasd_flush_block_queue()3988 cqr->buildclk = get_tod_clock(); in dasd_generic_build_rdc()
423 cqr->buildclk = get_tod_clock(); in dasd_fba_build_cp_discard()551 cqr->buildclk = get_tod_clock(); in dasd_fba_build_cp_regular()
456 cqr->buildclk = get_tod_clock(); in read_unit_address_configuration()759 cqr->buildclk = get_tod_clock(); in reset_summary_unit_check()
496 cqr->buildclk = get_tod_clock(); in dasd_eer_enable()
137 S390_lowcore.clock_comparator = get_tod_clock() + delta; in s390_next_event()230 now = get_tod_clock(); in read_tod_clock()309 *clock = get_tod_clock() - lpar_offset; in get_phys_clock()376 now = get_tod_clock(); in clock_sync_global()628 timediff = tod_to_ns(lsoib->nlsout - get_tod_clock()) / NSEC_PER_SEC; in stp_check_leap()
462 end = get_tod_clock() + (1000000UL << 12); in smp_emergency_stop()468 get_tod_clock() < end) in smp_emergency_stop()471 while (get_tod_clock() < end) { in smp_emergency_stop()891 S390_lowcore.last_update_clock = get_tod_clock(); in smp_start_secondary()
415 tmp = get_tod_clock(); in s390_do_machine_check()
29 now = get_tod_clock(); in __arch_get_hw_counter()
111 net_data->timestamp = get_tod_clock(); in appldata_get_net_sum_data()
109 mem_data->timestamp = get_tod_clock(); in appldata_get_mem_data()
153 os_data->timestamp = get_tod_clock(); in appldata_get_os_data()
290 cmb_data->last_update = get_tod_clock(); in cmf_copy_block()365 cdev->private->cmb_start_time = get_tod_clock(); in cmf_generic_reset()589 elapsed_time = get_tod_clock() - start_time; in __cmb_utilization()995 interval = get_tod_clock() - cdev->private->cmb_start_time; in cmb_show_avg_sample_interval()
52 "device information:\n", get_tod_clock()); in ccw_timeout_log()
1010 css_generate_pgid(css, (u32) (get_tod_clock() >> 32)); in setup_css()
892 req->issued = get_tod_clock(); in zfcp_fsf_req_send()
Completed in 50 milliseconds