Searched refs:get_tod_clock_monotonic (Results 1 – 3 of 3) 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()
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()