Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtime_namespace.h105 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() function
172 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() function
/linux/kernel/time/
H A Dposix-stubs.c121 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4()
204 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4()
H A Dposix-timers.c910 expires = timens_ktime_to_host(timr->it_clock, expires); in common_timer_set()
1368 texp = timens_ktime_to_host(which_clock, texp); in common_nsleep_timens()
H A Dalarmtimer.c798 exp = timens_ktime_to_host(which_clock, exp); in alarm_timer_nsleep()
/linux/kernel/futex/
H A Dsyscalls.c184 *t = timens_ktime_to_host(CLOCK_MONOTONIC, *t); in futex_init_timeout()