Searched refs:timespec_add_safe (Results 1 – 5 of 5) sorted by relevance
64 extern struct timespec timespec_add_safe(const struct timespec lhs,
68 # define timespec64_add_safe timespec_add_safe
752 struct timespec timespec_add_safe(const struct timespec lhs, in timespec_add_safe() function
284 *to = timespec_add_safe(*to, ts); in poll_select_set_timeout()
1565 return timespec_add_safe(now, ts); in ep_set_mstimeout()