Searched refs:texp (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-stubs.c | 132 ktime_t texp; in SYSCALL_DEFINE4() local 151 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4() 153 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4() 154 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4() 225 ktime_t texp; in SYSCALL_DEFINE4() local 244 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4() 246 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4() 247 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4()
|
| H A D | posix-timers.c | 1234 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep() local 1236 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep() 1244 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens() local 1247 texp = timens_ktime_to_host(which_clock, texp); in common_nsleep_timens() 1249 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep_timens()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | timerfd.c | 179 ktime_t texp; in timerfd_setup() local 185 texp = timespec64_to_ktime(ktmr->it_value); in timerfd_setup() 197 hrtimer_set_expires(&ctx->t.tmr, texp); in timerfd_setup() 201 if (texp != 0) { in timerfd_setup() 203 texp = timens_ktime_to_host(clockid, texp); in timerfd_setup() 206 alarm_start(&ctx->t.alarm, texp); in timerfd_setup() 208 alarm_start_relative(&ctx->t.alarm, texp); in timerfd_setup() 210 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tasks.h | 814 struct task_struct *texp = t_in; in trc_read_check_handler() local 817 if (unlikely(texp != t)) { in trc_read_check_handler() 852 smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ in trc_read_check_handler()
|