Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dtime_namespace.h96 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() function
159 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() function
/Linux-v6.6/kernel/time/
Dposix-stubs.c155 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4()
249 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4()
Dposix-timers.c892 expires = timens_ktime_to_host(timr->it_clock, expires); in common_timer_set()
1366 texp = timens_ktime_to_host(which_clock, texp); in common_nsleep_timens()
Dalarmtimer.c870 exp = timens_ktime_to_host(which_clock, exp); in alarm_timer_nsleep()
/Linux-v6.6/kernel/futex/
Dsyscalls.c160 *t = timens_ktime_to_host(CLOCK_MONOTONIC, *t); in futex_init_timeout()
/Linux-v6.6/fs/
Dtimerfd.c217 texp = timens_ktime_to_host(clockid, texp); in timerfd_setup()