Searched refs:timens_ktime_to_host (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | time_namespace.h | 83 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() function 133 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() function
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-stubs.c | 153 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4() 246 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4()
|
| H A D | posix-timers.c | 890 expires = timens_ktime_to_host(timr->it_clock, expires); in common_timer_set() 1247 texp = timens_ktime_to_host(which_clock, texp); in common_nsleep_timens()
|
| H A D | alarmtimer.c | 840 exp = timens_ktime_to_host(which_clock, exp); in alarm_timer_nsleep()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | timerfd.c | 203 texp = timens_ktime_to_host(clockid, texp); in timerfd_setup()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | futex.c | 3800 t = timens_ktime_to_host(CLOCK_MONOTONIC, t); in SYSCALL_DEFINE6() 3994 t = timens_ktime_to_host(CLOCK_MONOTONIC, t); in SYSCALL_DEFINE6()
|