/linux-4.1.27/drivers/pps/generators/ |
D | pps_gen_parport.c | 217 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/ |
D | tick-broadcast-hrtimer.c | 110 hrtimer_init(&bctimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in tick_setup_hrtimer_broadcast()
|
D | hrtimer.c | 1151 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()
|
D | alarmtimer.c | 307 HRTIMER_MODE_ABS); in alarm_init() 330 HRTIMER_MODE_ABS); in alarm_start()
|
D | tick-sched.c | 1028 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()
|
D | posix-timers.c | 851 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/ |
D | arch_timer.c | 50 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/ |
D | hrtimer.h | 34 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/ |
D | otg_fsm.c | 230 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/ |
D | interrupts_and_traps.c | 684 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/ |
D | i8254.c | 267 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()
|
D | lapic.c | 1206 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/ |
D | timerfd.c | 169 HRTIMER_MODE_ABS: HRTIMER_MODE_REL; in timerfd_setup() 406 hrtimer_init(&ctx->t.tmr, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()
|
D | select.c | 241 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); in poll_schedule_timeout()
|
D | eventpoll.c | 1637 if (!schedule_hrtimeout_range(to, slack, HRTIMER_MODE_ABS)) in ep_poll()
|
/linux-4.1.27/include/trace/events/ |
D | timer.h | 152 __entry->mode == HRTIMER_MODE_ABS ?
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-timer.c | 98 NSEC_PER_MSEC, HRTIMER_MODE_ABS); in ehci_enable_event()
|
D | ehci-hcd.c | 470 hrtimer_init(&ehci->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ehci_init()
|
D | fusbh200-hcd.c | 1084 NSEC_PER_MSEC, HRTIMER_MODE_ABS); in fusbh200_enable_event() 5079 hrtimer_init(&fusbh200->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in hcd_fusbh200_init()
|
D | fotg210-hcd.c | 1117 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/ |
D | bcm.c | 353 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/ |
D | futex.c | 2077 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/ |
D | ap_bus.c | 1164 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/ |
D | rtmutex.c | 1186 hrtimer_start_expires(&timeout->timer, HRTIMER_MODE_ABS); in rt_mutex_slowlock()
|
/linux-4.1.27/drivers/power/ |
D | abx500_chargalg.c | 2089 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/ |
D | emulate.c | 347 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/ |
D | powerpc.c | 676 hrtimer_init(&vcpu->arch.dec_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); in kvm_arch_vcpu_init()
|
/linux-4.1.27/kernel/sched/ |
D | deadline.c | 536 range, HRTIMER_MODE_ABS, 0); in start_dl_timer()
|
/linux-4.1.27/fs/jbd/ |
D | transaction.c | 1431 schedule_hrtimeout(&expires, HRTIMER_MODE_ABS); in journal_stop()
|
/linux-4.1.27/ipc/ |
D | mqueue.c | 575 HRTIMER_MODE_ABS, CLOCK_REALTIME); in wq_sleep()
|
/linux-4.1.27/drivers/net/wireless/ |
D | mac80211_hwsim.c | 1481 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/ |
D | transaction.c | 1619 schedule_hrtimeout(&expires, HRTIMER_MODE_ABS); in jbd2_journal_stop()
|
/linux-4.1.27/net/core/ |
D | pktgen.c | 2194 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/ |
D | xfrm_state.c | 483 CLOCK_BOOTTIME, HRTIMER_MODE_ABS); in xfrm_state_alloc()
|