Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtime64.h168 extern struct timespec64 timespec64_add_safe(const struct timespec64 lhs,
/openbmc/linux/kernel/time/
H A Dtime.c846 struct timespec64 timespec64_add_safe(const struct timespec64 lhs, in timespec64_add_safe() function
/openbmc/linux/fs/
H A Dselect.c286 *to = timespec64_add_safe(*to, ts); in poll_select_set_timeout()
H A Deventpoll.c1821 *to = timespec64_add_safe(now, *to); in ep_timeout_to_timespec()