Searched refs:get_tod_clock (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dtimex.h180 static __always_inline unsigned long get_tod_clock(void) function
198 return (cycles_t) get_tod_clock() >> 2;
209 return get_tod_clock() - tod_clock_base.tod;
/linux-master/arch/s390/include/asm/vdso/
H A Dgettimeofday.h29 now = get_tod_clock();
/linux-master/drivers/s390/block/
H A Ddasd_erp.c101 cqr->stopclk = get_tod_clock();
153 cqr->stopclk = get_tod_clock();
H A Ddasd_diag.c184 cqr->startclk = get_tod_clock();
191 cqr->stopclk = get_tod_clock();
222 cqr->stopclk = get_tod_clock();
276 cqr->stopclk = get_tod_clock();
563 cqr->buildclk = get_tod_clock();
H A Ddasd_eckd.c838 cqr->buildclk = get_tod_clock();
1548 cqr->buildclk = get_tod_clock();
1618 cqr->buildclk = get_tod_clock();
1802 cqr->buildclk = get_tod_clock();
1905 cqr->buildclk = get_tod_clock();
2273 cqr->buildclk = get_tod_clock();
2555 cqr->buildclk = get_tod_clock();
2648 cqr->buildclk = get_tod_clock();
2909 fcp->buildclk = get_tod_clock();
3848 cqr->buildclk = get_tod_clock();
[all...]
H A Ddasd_3990_erp.c229 dctl_cqr->buildclk = get_tod_clock();
1720 erp->buildclk = get_tod_clock();
2225 clk = get_tod_clock();
2370 cqr->stopclk = get_tod_clock();
2412 erp->buildclk = get_tod_clock();
H A Ddasd.c1328 cqr->stopclk = get_tod_clock();
1344 cqr->stopclk = get_tod_clock();
1398 cqr->startclk = get_tod_clock();
1658 now = get_tod_clock();
2121 cqr->stopclk = get_tod_clock();
2386 maincqr->endclk = get_tod_clock();
2633 cqr->stopclk = get_tod_clock();
2835 cqr->endclk = get_tod_clock();
3019 cqr->endclk = get_tod_clock();
3986 cqr->buildclk = get_tod_clock();
[all...]
H A Ddasd_fba.c418 cqr->buildclk = get_tod_clock();
546 cqr->buildclk = get_tod_clock();
H A Ddasd_alias.c448 cqr->buildclk = get_tod_clock();
751 cqr->buildclk = get_tod_clock();
H A Ddasd_eer.c490 cqr->buildclk = get_tod_clock();
/linux-master/arch/s390/appldata/
H A Dappldata_net_sum.c111 net_data->timestamp = get_tod_clock();
H A Dappldata_mem.c109 mem_data->timestamp = get_tod_clock();
H A Dappldata_os.c153 os_data->timestamp = get_tod_clock();
/linux-master/arch/s390/kernel/
H A Dtime.c142 S390_lowcore.clock_comparator = get_tod_clock() + delta;
235 now = get_tod_clock();
314 *clock = get_tod_clock() - lpar_offset;
381 now = get_tod_clock();
633 timediff = tod_to_ns(lsoib->nlsout - get_tod_clock()) / NSEC_PER_SEC;
H A Dsmp.c466 end = get_tod_clock() + (1000000UL << 12);
472 get_tod_clock() < end)
475 while (get_tod_clock() < end) {
847 S390_lowcore.last_update_clock = get_tod_clock();
H A Dnmi.c345 tmp = get_tod_clock();
/linux-master/drivers/s390/cio/
H A Dcmf.c23 #include <linux/timex.h> /* get_tod_clock() */
291 cmb_data->last_update = get_tod_clock();
366 cdev->private->cmb_start_time = get_tod_clock();
589 elapsed_time = get_tod_clock() - start_time;
995 interval = get_tod_clock() - cdev->private->cmb_start_time;
H A Ddevice_fsm.c52 "device information:\n", get_tod_clock());
H A Dcss.c1001 css_generate_pgid(css, (u32) (get_tod_clock() >> 32));
/linux-master/drivers/s390/scsi/
H A Dzfcp_fsf.c892 req->issued = get_tod_clock();

Completed in 253 milliseconds