Searched refs:HRTIMER_MODE_ABS (Results 1 - 35 of 35) sorted by relevance

/linux-4.1.27/kernel/time/
H A Dtick-broadcast-hrtimer.c110 hrtimer_init(&bctimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); tick_setup_hrtimer_broadcast()
H A Dhrtimer.c1016 * @mode: expiry mode: absolute (HRTIMER_MODE_ABS) or
1034 * @mode: expiry mode: absolute (HRTIMER_MODE_ABS) or
1151 if (clock_id == CLOCK_REALTIME && mode != HRTIMER_MODE_ABS) __hrtimer_init()
1507 mode = HRTIMER_MODE_ABS; do_nanosleep()
1539 HRTIMER_MODE_ABS); hrtimer_nanosleep_restart()
1542 if (do_nanosleep(&t, HRTIMER_MODE_ABS)) hrtimer_nanosleep_restart()
1577 if (mode == HRTIMER_MODE_ABS) { hrtimer_nanosleep()
1743 * @mode: timer mode, HRTIMER_MODE_ABS or HRTIMER_MODE_REL
1793 * @mode: timer mode, HRTIMER_MODE_ABS or HRTIMER_MODE_REL
1828 * @mode: timer mode, HRTIMER_MODE_ABS or HRTIMER_MODE_REL
H A Dalarmtimer.c307 HRTIMER_MODE_ABS); alarm_init()
330 HRTIMER_MODE_ABS); alarm_start()
H A Dposix-timers.c851 mode = flags & TIMER_ABSTIME ? HRTIMER_MODE_ABS : HRTIMER_MODE_REL; common_timer_set()
1086 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, common_nsleep()
H A Dtick-sched.c1028 hrtimer_init(&ts->sched_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); tick_nohz_switch_to_nohz()
1156 hrtimer_init(&ts->sched_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); tick_setup_sched_timer()
/linux-4.1.27/drivers/pps/generators/
H A Dpps_gen_parport.c217 hrtimer_init(&device.timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); parport_attach()
219 hrtimer_start(&device.timer, next_intr_time(&device), HRTIMER_MODE_ABS); parport_attach()
/linux-4.1.27/include/trace/events/
H A Dtimer.h152 __entry->mode == HRTIMER_MODE_ABS ?
153 "HRTIMER_MODE_ABS" : "HRTIMER_MODE_REL")
/linux-4.1.27/drivers/usb/chipidea/
H A Dotg_fsm.c230 HRTIMER_MODE_ABS); ci_otg_add_timer()
270 HRTIMER_MODE_ABS); ci_otg_del_timer()
396 NSEC_PER_MSEC, HRTIMER_MODE_ABS); ci_otg_hrtimer_func()
410 hrtimer_init(&ci->otg_fsm_hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); ci_otg_init_timers()
/linux-4.1.27/virt/kvm/arm/
H A Darch_timer.c50 HRTIMER_MODE_ABS); timer_arm()
206 hrtimer_init(&timer->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); kvm_timer_vcpu_init()
/linux-4.1.27/arch/x86/kvm/
H A Di8254.c267 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); __kvm_migrate_pit_timer()
375 HRTIMER_MODE_ABS); create_pit_timer()
721 hrtimer_init(&pit_state->timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); kvm_create_pit()
H A Dlapic.c1206 HRTIMER_MODE_ABS); start_apic_timer()
1239 expire, HRTIMER_MODE_ABS); start_apic_timer()
1710 HRTIMER_MODE_ABS); kvm_create_lapic()
1839 hrtimer_start_expires(timer, HRTIMER_MODE_ABS); __kvm_migrate_apic_timer()
/linux-4.1.27/fs/
H A Dtimerfd.c169 HRTIMER_MODE_ABS: HRTIMER_MODE_REL; timerfd_setup()
406 hrtimer_init(&ctx->t.tmr, clockid, HRTIMER_MODE_ABS); SYSCALL_DEFINE2()
H A Dselect.c241 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); poll_schedule_timeout()
H A Deventpoll.c1637 if (!schedule_hrtimeout_range(to, slack, HRTIMER_MODE_ABS)) ep_poll()
/linux-4.1.27/include/linux/
H A Dhrtimer.h34 HRTIMER_MODE_ABS = 0x0, /* Time value is absolute */ enumerator in enum:hrtimer_mode
381 return hrtimer_start_expires(timer, HRTIMER_MODE_ABS); hrtimer_restart()
/linux-4.1.27/net/can/
H A Dbcm.c353 HRTIMER_MODE_ABS); bcm_tx_start_timer()
357 HRTIMER_MODE_ABS); bcm_tx_start_timer()
464 HRTIMER_MODE_ABS); bcm_rx_update_and_send()
/linux-4.1.27/drivers/usb/host/
H A Dehci-timer.c98 NSEC_PER_MSEC, HRTIMER_MODE_ABS); ehci_enable_event()
H A Dehci-hcd.c470 hrtimer_init(&ehci->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); ehci_init()
H A Dfotg210-hcd.c1117 NSEC_PER_MSEC, HRTIMER_MODE_ABS); fotg210_enable_event()
5147 hrtimer_init(&fotg210->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); hcd_fotg210_init()
H A Dfusbh200-hcd.c1084 NSEC_PER_MSEC, HRTIMER_MODE_ABS); fusbh200_enable_event()
5079 hrtimer_init(&fusbh200->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); hcd_fusbh200_init()
/linux-4.1.27/drivers/lguest/
H A Dinterrupts_and_traps.c684 hrtimer_start(&cpu->hrt, expires, HRTIMER_MODE_ABS); guest_set_clockevent()
700 hrtimer_init(&cpu->hrt, CLOCK_REALTIME, HRTIMER_MODE_ABS); init_clockdev()
/linux-4.1.27/kernel/
H A Dfutex.c2077 hrtimer_start_expires(&timeout->timer, HRTIMER_MODE_ABS); futex_wait_queue_me()
2192 HRTIMER_MODE_ABS); futex_wait()
2285 HRTIMER_MODE_ABS); futex_lock_pi()
2586 HRTIMER_MODE_ABS); futex_wait_requeue_pi()
H A Dsoftirq.c620 * @mode: hrtimer mode (HRTIMER_MODE_ABS/HRTIMER_MODE_REL)
/linux-4.1.27/drivers/s390/crypto/
H A Dap_bus.c1164 hrtimer_start_expires(&ap_poll_timer, HRTIMER_MODE_ABS); poll_timeout_store()
2048 hrtimer_init(&ap_poll_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); ap_module_init()
/linux-4.1.27/drivers/power/
H A Dabx500_chargalg.c2089 hrtimer_init(&di->safety_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); abx500_chargalg_probe()
2093 hrtimer_init(&di->maintenance_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); abx500_chargalg_probe()
/linux-4.1.27/ipc/
H A Dmqueue.c575 HRTIMER_MODE_ABS, CLOCK_REALTIME); wq_sleep()
/linux-4.1.27/arch/powerpc/kvm/
H A Dpowerpc.c676 hrtimer_init(&vcpu->arch.dec_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); kvm_arch_vcpu_init()
/linux-4.1.27/drivers/net/wireless/
H A Dmac80211_hwsim.c1481 tasklet_hrtimer_start(&data->beacon_timer, next_bcn, HRTIMER_MODE_ABS); mac80211_hwsim_beacon()
2541 CLOCK_MONOTONIC_RAW, HRTIMER_MODE_ABS); mac80211_hwsim_new_radio()
/linux-4.1.27/arch/mips/kvm/
H A Demulate.c347 HRTIMER_MODE_ABS); kvm_mips_read_count_running()
437 hrtimer_start(&vcpu->arch.comparecount_timer, expire, HRTIMER_MODE_ABS); kvm_mips_resume_hrtimer()
/linux-4.1.27/net/core/
H A Dpktgen.c2194 hrtimer_init_on_stack(&t.timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); spin()
2214 hrtimer_start_expires(&t.timer, HRTIMER_MODE_ABS); spin()
/linux-4.1.27/kernel/locking/
H A Drtmutex.c1186 hrtimer_start_expires(&timeout->timer, HRTIMER_MODE_ABS); rt_mutex_slowlock()
/linux-4.1.27/kernel/sched/
H A Ddeadline.c536 range, HRTIMER_MODE_ABS, 0); start_dl_timer()
/linux-4.1.27/net/xfrm/
H A Dxfrm_state.c483 CLOCK_BOOTTIME, HRTIMER_MODE_ABS); xfrm_state_alloc()
/linux-4.1.27/fs/jbd/
H A Dtransaction.c1431 schedule_hrtimeout(&expires, HRTIMER_MODE_ABS); journal_stop()
/linux-4.1.27/fs/jbd2/
H A Dtransaction.c1619 schedule_hrtimeout(&expires, HRTIMER_MODE_ABS); jbd2_journal_stop()

Completed in 860 milliseconds