Searched refs:texp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/kernel/time/ |
H A 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, flag in SYSCALL_DEFINE4() [all...] |
H A D | posix-timers.c | 1348 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep() local 1350 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep() 1363 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens() local 1366 texp = timens_ktime_to_host(which_clock, texp); in common_nsleep_timens() 1368 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep_timens()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | posix-stubs.c | 132 ktime_t texp; in SYSCALL_DEFINE4() local 152 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4() 154 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4() 155 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4() 226 ktime_t texp; in SYSCALL_DEFINE4() local 246 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4() 248 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4() 249 return hrtimer_nanosleep(texp, flag in SYSCALL_DEFINE4() [all...] |
H A D | posix-timers.c | 1270 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep() local 1272 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep() 1280 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens() local 1283 texp = timens_ktime_to_host(which_clock, texp); in common_nsleep_timens() 1285 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep_timens()
|
/kernel/linux/linux-5.10/fs/ |
H A D | timerfd.c | 177 ktime_t texp; in timerfd_setup() local 183 texp = timespec64_to_ktime(ktmr->it_value); in timerfd_setup() 195 hrtimer_set_expires(&ctx->t.tmr, texp); in timerfd_setup() 199 if (texp != 0) { in timerfd_setup() 201 texp = timens_ktime_to_host(clockid, texp); in timerfd_setup() 204 alarm_start(&ctx->t.alarm, texp); in timerfd_setup() 206 alarm_start_relative(&ctx->t.alarm, texp); in timerfd_setup() 208 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()
|
/kernel/linux/linux-6.6/fs/ |
H A 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()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | tasks.h | 840 struct task_struct *texp = t_in; in trc_read_check_handler() local 843 if (unlikely(texp != t)) { in trc_read_check_handler() 870 smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ in trc_read_check_handler()
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | tasks.h | 1496 struct task_struct *texp = t_in; in trc_read_check_handler() local 1499 if (unlikely(texp != t)) in trc_read_check_handler() 1523 smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ in trc_read_check_handler()
|
Completed in 11 milliseconds