Home
last modified time | relevance | path

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

/linux-6.6.21/tools/tracing/latency/
Dlatency-collector.c527 static __always_inline bool time_has_passed(const struct timespec *time) in time_has_passed() function
549 } while (errno && !time_has_passed(&limit)); in mutex_trylock_limit()
1019 if (time_has_passed(&future)) in go_to_sleep()