Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtime64.h173 extern struct timespec64 timespec64_add_safe(const struct timespec64 lhs,
/linux/kernel/time/
H A Dtime.c841 struct timespec64 timespec64_add_safe(const struct timespec64 lhs, in timespec64_add_safe() function
856 EXPORT_SYMBOL_GPL(timespec64_add_safe);
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c209 cfg->start = timespec64_add_safe(cfg->start, curr_time); in stmmac_enable()
/linux/fs/
H A Dselect.c283 *to = timespec64_add_safe(*to, ts); in poll_select_set_timeout()
H A Deventpoll.c1876 *to = timespec64_add_safe(now, *to); in ep_timeout_to_timespec()