Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtime64.h49 # define timespec64_add_safe timespec_add_safe
Dtime.h64 extern struct timespec timespec_add_safe(const struct timespec lhs,
/linux-4.1.27/kernel/time/
Dtime.c773 struct timespec timespec_add_safe(const struct timespec lhs, in timespec_add_safe() function
/linux-4.1.27/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()