Home
last modified time | relevance | path

Searched refs:texp (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/time/
H A Dposix-stubs.c99 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()
H A Dposix-timers.c1348 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()
/openbmc/linux/fs/
H A Dtimerfd.c193 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()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1452 int32_t adj_exp, num_exp, den_exp, xexp, yexp, n, texp, zexp, aexp; in helper_fpatan() local
1543 texp = 0; in helper_fpatan()
1547 texp = 0x403b - shift; in helper_fpatan()
1550 if (texp == xexp) { in helper_fpatan()
1588 shift128RightJamming(xsig0, xsig1, texp - xexp, in helper_fpatan()
1597 yexp = texp - shift; in helper_fpatan()
1607 if (texp == 0 || yexp == 0) { in helper_fpatan()
1615 int32_t dexp = texp + xexp - 0x3ffe; in helper_fpatan()
1691 if (texp == 0) { in helper_fpatan()
1929 int32_t dexp, texp, aexp; in helper_fyl2x_common() local
[all …]
/openbmc/linux/kernel/rcu/
H A Dtasks.h1527 struct task_struct *texp = t_in; in trc_read_check_handler() local
1530 if (unlikely(texp != t)) in trc_read_check_handler()
1554 smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ in trc_read_check_handler()