Home
last modified time | relevance | path

Searched refs:HRTIMER_MODE_ABS (Results 1 – 34 of 34) sorted by relevance

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