Searched refs:texp (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/kernel/time/ |
D | posix-stubs.c | 99 ktime_t texp; in SYSCALL_DEFINE4() local 119 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4() 121 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4() 122 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4() 182 ktime_t texp; in SYSCALL_DEFINE4() local 202 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4() 204 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4() 205 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4()
|
D | posix-timers.c | 1363 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep() local 1365 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep() 1378 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens() local 1381 texp = timens_ktime_to_host(which_clock, texp); in common_nsleep_timens() 1383 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep_timens()
|
/linux-6.12.1/fs/ |
D | timerfd.c | 193 ktime_t texp; in timerfd_setup() local 199 texp = timespec64_to_ktime(ktmr->it_value); in timerfd_setup() 211 hrtimer_set_expires(&ctx->t.tmr, texp); in timerfd_setup() 215 if (texp != 0) { in timerfd_setup() 217 texp = timens_ktime_to_host(clockid, texp); in timerfd_setup() 220 alarm_start(&ctx->t.alarm, texp); in timerfd_setup() 222 alarm_start_relative(&ctx->t.alarm, texp); in timerfd_setup() 224 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()
|
/linux-6.12.1/kernel/rcu/ |
D | tasks.h | 1648 struct task_struct *texp = t_in; in trc_read_check_handler() local 1651 if (unlikely(texp != t)) in trc_read_check_handler() 1675 smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ in trc_read_check_handler()
|