Home
last modified time | relevance | path

Searched defs:hrtimer (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/oprofile/
Dtimer_int.c26 static enum hrtimer_restart oprofile_hrtimer_notify(struct hrtimer *hrtimer) in oprofile_hrtimer_notify()
35 struct hrtimer *hrtimer = &__get_cpu_var(oprofile_hrtimer); in __oprofile_hrtimer_start() local
58 struct hrtimer *hrtimer = &per_cpu(oprofile_hrtimer, cpu); in __oprofile_hrtimer_stop() local
/linux-3.4.99/include/linux/
Dhrtimer.h108 struct hrtimer { struct
111 enum hrtimer_restart (*function)(struct hrtimer *); argument
112 struct hrtimer_clock_base *base; argument
129 struct hrtimer timer; argument
Dperf_event.h689 struct hrtimer hrtimer; member
/linux-3.4.99/kernel/
Dwatchdog.c259 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer) in watchdog_timer_fn()
325 struct hrtimer *hrtimer = &__raw_get_cpu_var(watchdog_hrtimer); in watchdog() local
428 struct hrtimer *hrtimer = &per_cpu(watchdog_hrtimer, cpu); in watchdog_prepare_cpu() local
473 struct hrtimer *hrtimer = &per_cpu(watchdog_hrtimer, cpu); in watchdog_disable() local
Dsoftirq.c579 enum hrtimer_restart (*function)(struct hrtimer *), in tasklet_hrtimer_init()
/linux-3.4.99/net/can/
Dbcm.c389 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer) in bcm_tx_timeout_handler()
540 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer) in bcm_rx_timeout_handler()
609 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer) in bcm_rx_thr_handler()
/linux-3.4.99/sound/sh/
Dsh_dac_audio.c57 struct hrtimer hrtimer; member
/linux-3.4.99/sound/drivers/
Ddummy.c69 static bool hrtimer = 1; variable
/linux-3.4.99/kernel/events/
Dcore.c5470 static enum hrtimer_restart perf_swevent_hrtimer(struct hrtimer *hrtimer) in perf_swevent_hrtimer()