Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtime.h64 extern struct timespec timespec_add_safe(const struct timespec lhs,
Dtime64.h68 # define timespec64_add_safe timespec_add_safe
/linux-4.4.14/kernel/time/
Dtime.c752 struct timespec timespec_add_safe(const struct timespec lhs, in timespec_add_safe() function
/linux-4.4.14/fs/
Dselect.c284 *to = timespec_add_safe(*to, ts); in poll_select_set_timeout()
Deventpoll.c1565 return timespec_add_safe(now, ts); in ep_set_mstimeout()