Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dtimex.h180 static inline unsigned long get_tod_clock(void) in get_tod_clock() function
196 return get_tod_clock(); in get_tod_clock_fast()
202 return (cycles_t) get_tod_clock() >> 2; in get_cycles()
223 tod = get_tod_clock() - tod_clock_base.tod; in get_tod_clock_monotonic()
/arch/s390/kernel/
Didle.c103 now = get_tod_clock(); in show_idle_time()
128 now = get_tod_clock(); in arch_cpu_idle_time()
Dtime.c137 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()
630 timediff = tod_to_ns(lsoib->nlsout - get_tod_clock()) / NSEC_PER_SEC; in stp_check_leap()
Dsmp.c453 end = get_tod_clock() + (1000000UL << 12); in smp_emergency_stop()
459 get_tod_clock() < end) in smp_emergency_stop()
462 while (get_tod_clock() < end) { in smp_emergency_stop()
888 S390_lowcore.last_update_clock = get_tod_clock(); in smp_start_secondary()
Dnmi.c444 tmp = get_tod_clock(); in s390_do_machine_check()
/arch/s390/include/asm/vdso/
Dgettimeofday.h29 now = get_tod_clock(); in __arch_get_hw_counter()
/arch/s390/appldata/
Dappldata_net_sum.c111 net_data->timestamp = get_tod_clock(); in appldata_get_net_sum_data()
Dappldata_mem.c109 mem_data->timestamp = get_tod_clock(); in appldata_get_mem_data()
Dappldata_os.c153 os_data->timestamp = get_tod_clock(); in appldata_get_os_data()