Home
last modified time | relevance | path

Searched refs:get_tod_clock (Results 1 – 26 of 26) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
Dtimex.h83 static inline unsigned long long get_tod_clock(void) in get_tod_clock() function
99 return get_tod_clock(); in get_tod_clock_fast()
105 return (cycles_t) get_tod_clock() >> 2; in get_cycles()
133 return get_tod_clock() - sched_clock_base_cc; in get_tod_clock_monotonic()
/linux-4.4.14/arch/s390/kernel/
Dtime.c118 S390_lowcore.clock_comparator = get_tod_clock() + delta; in s390_next_event()
183 tod_to_timeval(get_tod_clock() - TOD_UNIX_EPOCH, ts); in read_persistent_clock64()
193 return get_tod_clock(); in read_tod_clock()
353 *clock = get_tod_clock(); in get_sync_clock()
497 etr_tolec = get_tod_clock(); in etr_reset()
786 old_clock = get_tod_clock(); in etr_sync_clock()
866 etr_tolec = get_tod_clock(); in etr_handle_events()
879 etr_tolec = get_tod_clock(); in etr_handle_events()
995 etr_tolec = get_tod_clock(); in etr_update_eacr()
1033 now = get_tod_clock(); in etr_work_fn()
[all …]
Didle.c76 now = get_tod_clock(); in show_idle_time()
94 now = get_tod_clock(); in arch_cpu_idle_time()
Dsmp.c400 end = get_tod_clock() + (1000000UL << 12); in smp_emergency_stop()
406 get_tod_clock() < end) in smp_emergency_stop()
409 while (get_tod_clock() < end) { in smp_emergency_stop()
787 S390_lowcore.last_update_clock = get_tod_clock(); in smp_start_secondary()
Dnmi.c291 tmp = get_tod_clock(); in s390_do_machine_check()
Dearly.c168 sched_clock_base_cc = get_tod_clock(); in create_kernel_nss()
/linux-4.4.14/drivers/s390/block/
Ddasd_diag.c194 cqr->startclk = get_tod_clock(); in dasd_start_diag()
201 cqr->stopclk = get_tod_clock(); in dasd_start_diag()
232 cqr->stopclk = get_tod_clock(); in dasd_diag_term_IO()
286 cqr->stopclk = get_tod_clock(); in dasd_ext_handler()
567 cqr->buildclk = get_tod_clock(); in dasd_diag_build_cp()
Ddasd_erp.c105 cqr->stopclk = get_tod_clock(); in dasd_default_erp_action()
157 cqr->stopclk = get_tod_clock(); in dasd_default_erp_postaction()
Ddasd_eckd.c875 cqr->buildclk = get_tod_clock(); in dasd_eckd_fill_rcd_cqr()
1512 cqr->buildclk = get_tod_clock(); in dasd_eckd_read_features()
1564 cqr->buildclk = get_tod_clock(); in dasd_eckd_build_psf_ssc()
1917 cqr->buildclk = get_tod_clock(); in dasd_eckd_analysis_ccw()
2383 fcp->buildclk = get_tod_clock(); in dasd_eckd_build_format()
2787 cqr->buildclk = get_tod_clock(); in dasd_eckd_build_cp_cmd_single()
2962 cqr->buildclk = get_tod_clock(); in dasd_eckd_build_cp_cmd_track()
3255 cqr->buildclk = get_tod_clock(); in dasd_eckd_build_cp_tpm_track()
3482 cqr->buildclk = get_tod_clock(); in dasd_raw_build_cp()
3683 cqr->buildclk = get_tod_clock(); in dasd_eckd_release()
[all …]
Ddasd.c1314 cqr->stopclk = get_tod_clock(); in dasd_term_IO()
1334 cqr->stopclk = get_tod_clock(); in dasd_term_IO()
1397 cqr->startclk = get_tod_clock(); in dasd_start_IO()
1604 now = get_tod_clock(); in dasd_int_handler()
1975 cqr->stopclk = get_tod_clock(); in dasd_flush_device_queue()
2230 maincqr->endclk = get_tod_clock(); in _dasd_sleep_on()
2459 cqr->stopclk = get_tod_clock(); in dasd_cancel_req()
2715 cqr->endclk = get_tod_clock(); in __dasd_process_block_ccw_queue()
2879 cqr->endclk = get_tod_clock(); in dasd_flush_block_queue()
3796 cqr->buildclk = get_tod_clock(); in dasd_generic_build_rdc()
Ddasd_3990_erp.c232 dctl_cqr->buildclk = get_tod_clock(); in dasd_3990_erp_DCTL()
1722 erp->buildclk = get_tod_clock(); in dasd_3990_erp_action_1B_32()
2325 cqr->stopclk = get_tod_clock(); in dasd_3990_erp_add_erp()
2367 erp->buildclk = get_tod_clock(); in dasd_3990_erp_add_erp()
Ddasd_alias.c455 cqr->buildclk = get_tod_clock(); in read_unit_address_configuration()
745 cqr->buildclk = get_tod_clock(); in reset_summary_unit_check()
Ddasd_eer.c484 cqr->buildclk = get_tod_clock(); in dasd_eer_enable()
Ddasd_fba.c374 cqr->buildclk = get_tod_clock(); in dasd_fba_build_cp()
/linux-4.4.14/arch/s390/lib/
Ddelay.c39 end = get_tod_clock() + (usecs << 12); in __udelay_disabled()
/linux-4.4.14/arch/s390/appldata/
Dappldata_net_sum.c114 net_data->timestamp = get_tod_clock(); in appldata_get_net_sum_data()
Dappldata_mem.c112 mem_data->timestamp = get_tod_clock(); in appldata_get_mem_data()
Dappldata_os.c159 os_data->timestamp = get_tod_clock(); in appldata_get_os_data()
/linux-4.4.14/drivers/s390/cio/
Dcmf.c334 cmb_data->last_update = get_tod_clock(); in cmf_copy_block()
436 cdev->private->cmb_start_time = get_tod_clock(); in cmf_generic_reset()
Ddevice_fsm.c50 "device information:\n", get_tod_clock()); in ccw_timeout_log()
Dcss.c797 tod_high = (u32) (get_tod_clock() >> 32); in setup_css()
Dqdio_main.c565 q->u.in.timestamp = get_tod_clock(); in qdio_inbound_q_moved()
/linux-4.4.14/drivers/s390/char/
Dzcore.c593 hdr->tod = get_tod_clock(); in zcore_header_init()
/linux-4.4.14/drivers/s390/net/
Dqeth_core.h849 return (int) (get_tod_clock() >> 12); in qeth_get_micros()
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_fsf.c738 req->issued = get_tod_clock(); in zfcp_fsf_req_send()
/linux-4.4.14/arch/s390/kvm/
Dkvm-s390.c1869 kvm->arch.epoch = tod - get_tod_clock(); in kvm_s390_set_tod_clock()