Home
last modified time | relevance | path

Searched refs:timens_add_boottime (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dtime_namespace.h76 static inline void timens_add_boottime(struct timespec64 *ts) in timens_add_boottime() function
154 static inline void timens_add_boottime(struct timespec64 *ts) { } in timens_add_boottime() function
/linux/fs/proc/
H A Duptime.c29 timens_add_boottime(&uptime); in uptime_proc_show()
/linux/kernel/time/
H A Dposix-stubs.c51 timens_add_boottime(tp); in do_clock_gettime()
H A Dalarmtimer.c850 timens_add_boottime(tp); in get_boottime_timespec()
H A Dposix-timers.c259 timens_add_boottime(tp); in posix_get_boottime_timespec()
/linux/kernel/
H A Dsys.c2842 timens_add_boottime(&tp); in SYSCALL_DEFINE5()