/linux-4.1.27/kernel/time/ |
H A D | tick-broadcast-hrtimer.c | 110 hrtimer_init(&bctimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); tick_setup_hrtimer_broadcast()
|
H A D | hrtimer.c | 1016 * @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 D | alarmtimer.c | 307 HRTIMER_MODE_ABS); alarm_init() 330 HRTIMER_MODE_ABS); alarm_start()
|
H A D | posix-timers.c | 851 mode = flags & TIMER_ABSTIME ? HRTIMER_MODE_ABS : HRTIMER_MODE_REL; common_timer_set() 1086 HRTIMER_MODE_ABS : HRTIMER_MODE_REL, common_nsleep()
|
H A D | tick-sched.c | 1028 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 D | pps_gen_parport.c | 217 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 D | timer.h | 152 __entry->mode == HRTIMER_MODE_ABS ? 153 "HRTIMER_MODE_ABS" : "HRTIMER_MODE_REL")
|
/linux-4.1.27/drivers/usb/chipidea/ |
H A D | otg_fsm.c | 230 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 D | arch_timer.c | 50 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 D | i8254.c | 267 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 D | lapic.c | 1206 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 D | timerfd.c | 169 HRTIMER_MODE_ABS: HRTIMER_MODE_REL; timerfd_setup() 406 hrtimer_init(&ctx->t.tmr, clockid, HRTIMER_MODE_ABS); SYSCALL_DEFINE2()
|
H A D | select.c | 241 rc = schedule_hrtimeout_range(expires, slack, HRTIMER_MODE_ABS); poll_schedule_timeout()
|
H A D | eventpoll.c | 1637 if (!schedule_hrtimeout_range(to, slack, HRTIMER_MODE_ABS)) ep_poll()
|
/linux-4.1.27/include/linux/ |
H A D | hrtimer.h | 34 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 D | bcm.c | 353 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 D | ehci-timer.c | 98 NSEC_PER_MSEC, HRTIMER_MODE_ABS); ehci_enable_event()
|
H A D | ehci-hcd.c | 470 hrtimer_init(&ehci->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); ehci_init()
|
H A D | fotg210-hcd.c | 1117 NSEC_PER_MSEC, HRTIMER_MODE_ABS); fotg210_enable_event() 5147 hrtimer_init(&fotg210->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); hcd_fotg210_init()
|
H A D | fusbh200-hcd.c | 1084 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 D | interrupts_and_traps.c | 684 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 D | futex.c | 2077 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 D | softirq.c | 620 * @mode: hrtimer mode (HRTIMER_MODE_ABS/HRTIMER_MODE_REL)
|
/linux-4.1.27/drivers/s390/crypto/ |
H A D | ap_bus.c | 1164 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 D | abx500_chargalg.c | 2089 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 D | mqueue.c | 575 HRTIMER_MODE_ABS, CLOCK_REALTIME); wq_sleep()
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | powerpc.c | 676 hrtimer_init(&vcpu->arch.dec_timer, CLOCK_REALTIME, HRTIMER_MODE_ABS); kvm_arch_vcpu_init()
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 1481 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 D | emulate.c | 347 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 D | pktgen.c | 2194 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 D | rtmutex.c | 1186 hrtimer_start_expires(&timeout->timer, HRTIMER_MODE_ABS); rt_mutex_slowlock()
|
/linux-4.1.27/kernel/sched/ |
H A D | deadline.c | 536 range, HRTIMER_MODE_ABS, 0); start_dl_timer()
|
/linux-4.1.27/net/xfrm/ |
H A D | xfrm_state.c | 483 CLOCK_BOOTTIME, HRTIMER_MODE_ABS); xfrm_state_alloc()
|
/linux-4.1.27/fs/jbd/ |
H A D | transaction.c | 1431 schedule_hrtimeout(&expires, HRTIMER_MODE_ABS); journal_stop()
|
/linux-4.1.27/fs/jbd2/ |
H A D | transaction.c | 1619 schedule_hrtimeout(&expires, HRTIMER_MODE_ABS); jbd2_journal_stop()
|