Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dtime.h85 extern struct timespec timespec_add_safe(const struct timespec lhs,
/linux-3.4.99/kernel/
Dtime.c693 struct timespec timespec_add_safe(const struct timespec lhs, in timespec_add_safe() function
/linux-3.4.99/fs/
Dselect.c282 *to = timespec_add_safe(*to, ts); in poll_select_set_timeout()
Deventpoll.c1366 return timespec_add_safe(now, ts); in ep_set_mstimeout()