/linux-4.1.27/drivers/oprofile/ |
D | timer_int.c | 26 static enum hrtimer_restart oprofile_hrtimer_notify(struct hrtimer *hrtimer) in oprofile_hrtimer_notify() 35 struct hrtimer *hrtimer = this_cpu_ptr(&oprofile_hrtimer); in __oprofile_hrtimer_start() local 58 struct hrtimer *hrtimer = &per_cpu(oprofile_hrtimer, cpu); in __oprofile_hrtimer_stop() local
|
/linux-4.1.27/include/linux/ |
D | hrtimer.h | 108 struct hrtimer { struct 111 enum hrtimer_restart (*function)(struct hrtimer *); argument 112 struct hrtimer_clock_base *base; argument 129 struct hrtimer timer; argument
|
D | perf_event.h | 115 struct hrtimer hrtimer; member 565 struct hrtimer hrtimer; member
|
/linux-4.1.27/kernel/ |
D | watchdog.c | 324 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer) in watchdog_timer_fn() 442 struct hrtimer *hrtimer = raw_cpu_ptr(&watchdog_hrtimer); in watchdog_enable() local 462 struct hrtimer *hrtimer = raw_cpu_ptr(&watchdog_hrtimer); in watchdog_disable() local 664 struct hrtimer *hrtimer = raw_cpu_ptr(&watchdog_hrtimer); in restart_watchdog_hrtimer() local
|
D | softirq.c | 623 enum hrtimer_restart (*function)(struct hrtimer *), in tasklet_hrtimer_init()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_rapl.c | 127 struct hrtimer hrtimer; member 217 static enum hrtimer_restart rapl_hrtimer_handle(struct hrtimer *hrtimer) in rapl_hrtimer_handle()
|
D | perf_event_intel_uncore.h | 106 struct hrtimer hrtimer; member
|
D | perf_event_intel_uncore.c | 201 static enum hrtimer_restart uncore_pmu_hrtimer(struct hrtimer *hrtimer) in uncore_pmu_hrtimer()
|
/linux-4.1.27/net/can/ |
D | bcm.c | 392 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer) in bcm_tx_timeout_handler() 543 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer) in bcm_rx_timeout_handler() 612 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer) in bcm_rx_thr_handler()
|
/linux-4.1.27/sound/sh/ |
D | sh_dac_audio.c | 57 struct hrtimer hrtimer; member
|
/linux-4.1.27/drivers/bus/ |
D | arm-ccn.c | 167 struct hrtimer hrtimer; member 1067 static enum hrtimer_restart arm_ccn_pmu_timer_handler(struct hrtimer *hrtimer) in arm_ccn_pmu_timer_handler()
|
/linux-4.1.27/drivers/net/ethernet/ |
D | ec_bhf.c | 138 struct hrtimer hrtimer; member
|
/linux-4.1.27/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 600 enum hrtimer_restart tx_done(struct hrtimer *hrtimer) in tx_done()
|
/linux-4.1.27/sound/drivers/ |
D | dummy.c | 69 static bool hrtimer = 1; variable
|
/linux-4.1.27/drivers/usb/host/ |
D | fusbh200.h | 80 struct hrtimer hrtimer; member
|
D | fotg210.h | 80 struct hrtimer hrtimer; member
|
D | ehci.h | 128 struct hrtimer hrtimer; member
|
/linux-4.1.27/kernel/events/ |
D | core.c | 6855 static enum hrtimer_restart perf_swevent_hrtimer(struct hrtimer *hrtimer) in perf_swevent_hrtimer()
|