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

/linux-master/kernel/time/
H A Dposix-stubs.c121 texp = timens_ktime_to_host(which_clock, texp);
204 texp = timens_ktime_to_host(which_clock, texp);
H A Dalarmtimer.c881 exp = timens_ktime_to_host(which_clock, exp);
H A Dposix-timers.c892 expires = timens_ktime_to_host(timr->it_clock, expires);
1366 texp = timens_ktime_to_host(which_clock, texp);
/linux-master/include/linux/
H A Dtime_namespace.h99 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) function
162 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) function
/linux-master/kernel/futex/
H A Dsyscalls.c156 *t = timens_ktime_to_host(CLOCK_MONOTONIC, *t);
/linux-master/fs/
H A Dtimerfd.c217 texp = timens_ktime_to_host(clockid, texp);

Completed in 132 milliseconds