Searched refs:get_tod_clock_monotonic (Results 1 – 5 of 5) sorted by relevance
29 end = get_tod_clock_monotonic() + delta; in delay_loop()30 while (!tod_after(get_tod_clock_monotonic(), end)) in delay_loop()
216 static inline unsigned long get_tod_clock_monotonic(void) in get_tod_clock_monotonic() function228 return (cycles_t)get_tod_clock_monotonic() >> 2; in get_cycles()
435 end = get_tod_clock_monotonic() + (1000000UL << 12); in smp_emergency_stop()441 get_tod_clock_monotonic() < end) in smp_emergency_stop()444 while (get_tod_clock_monotonic() < end) { in smp_emergency_stop()
730 timeout = get_tod_clock_monotonic() + in sclp_sync_wait()750 if (get_tod_clock_monotonic() > timeout && timer_delete(&sclp_request_timer)) in sclp_sync_wait()
58 now = get_tod_clock_monotonic(); in zfcp_qdio_account()