| /Linux-v5.4/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-v5.4/include/linux/ | 
| D | hrtimer.h | 117 struct hrtimer {  struct120 	enum hrtimer_restart		(*function)(struct hrtimer *);  argument
 121 	struct hrtimer_clock_base	*base;  argument
 136 	struct hrtimer timer;  argument
 
 | 
| D | perf_event.h | 138 			struct hrtimer	hrtimer;  member812 	struct hrtimer			hrtimer;  member
 
 | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | watchdog.c | 296 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer)  in watchdog_timer_fn()328 	struct hrtimer *hrtimer = this_cpu_ptr(&wd_hrtimer);  in start_watchdog()  local
 366 	struct hrtimer *hrtimer = this_cpu_ptr(&wd_hrtimer);  in stop_watchdog()  local
 
 | 
| /Linux-v5.4/kernel/ | 
| D | watchdog.c | 362 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer)  in watchdog_timer_fn()481 	struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer);  in watchdog_enable()  local
 507 	struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer);  in watchdog_disable()  local
 
 | 
| /Linux-v5.4/drivers/hwtracing/stm/ | 
| D | heartbeat.c | 26 	struct hrtimer		hrtimer;  member
 | 
| /Linux-v5.4/include/kvm/ | 
| D | arm_arch_timer.h | 40 	struct hrtimer			hrtimer;  member
 | 
| /Linux-v5.4/arch/x86/events/intel/ | 
| D | rapl.c | 121 	struct hrtimer		hrtimer;  member217 static enum hrtimer_restart rapl_hrtimer_handle(struct hrtimer *hrtimer)  in rapl_hrtimer_handle()
 
 | 
| D | uncore.c | 263 static enum hrtimer_restart uncore_pmu_hrtimer(struct hrtimer *hrtimer)  in uncore_pmu_hrtimer()
 | 
| D | uncore.h | 129 	struct hrtimer hrtimer;  member
 | 
| /Linux-v5.4/arch/arm/mach-imx/ | 
| D | mmdc.c | 100 	struct hrtimer hrtimer;  member421 static enum hrtimer_restart mmdc_pmu_timer_handler(struct hrtimer *hrtimer)  in mmdc_pmu_timer_handler()
 
 | 
| /Linux-v5.4/net/can/ | 
| D | bcm.c | 395 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer)  in bcm_tx_timeout_handler()551 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer)  in bcm_rx_timeout_handler()
 616 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer)  in bcm_rx_thr_handler()
 
 | 
| /Linux-v5.4/net/can/j1939/ | 
| D | bus.c | 127 static enum hrtimer_restart j1939_ecu_timer_handler(struct hrtimer *hrtimer)  in j1939_ecu_timer_handler()
 | 
| D | transport.c | 1084 static enum hrtimer_restart j1939_tp_txtimer(struct hrtimer *hrtimer)  in j1939_tp_txtimer()1156 static enum hrtimer_restart j1939_tp_rxtimer(struct hrtimer *hrtimer)  in j1939_tp_rxtimer()
 
 | 
| /Linux-v5.4/drivers/mailbox/ | 
| D | mailbox.c | 114 static enum hrtimer_restart txdone_hrtimer(struct hrtimer *hrtimer)  in txdone_hrtimer()
 | 
| /Linux-v5.4/sound/sh/ | 
| D | sh_dac_audio.c | 42 	struct hrtimer hrtimer;  member
 | 
| /Linux-v5.4/arch/arm/mm/ | 
| D | cache-l2x0-pmu.c | 151 static enum hrtimer_restart l2x0_pmu_poll(struct hrtimer *hrtimer)  in l2x0_pmu_poll()
 | 
| /Linux-v5.4/drivers/net/ethernet/ | 
| D | ec_bhf.c | 129 	struct hrtimer hrtimer;  member
 | 
| /Linux-v5.4/drivers/perf/ | 
| D | arm-ccn.c | 161 	struct hrtimer hrtimer;  member1190 static enum hrtimer_restart arm_ccn_pmu_timer_handler(struct hrtimer *hrtimer)  in arm_ccn_pmu_timer_handler()
 
 | 
| D | thunderx2_pmu.c | 79 	struct hrtimer hrtimer;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/ | 
| D | i915_pmu.c | 253 static enum hrtimer_restart i915_sample(struct hrtimer *hrtimer)  in i915_sample()
 | 
| D | i915_perf.c | 2434 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer)  in oa_poll_check_timer_cb()
 | 
| /Linux-v5.4/drivers/net/ethernet/hisilicon/ | 
| D | hip04_eth.c | 696 static enum hrtimer_restart tx_done(struct hrtimer *hrtimer)  in tx_done()
 | 
| /Linux-v5.4/sound/drivers/ | 
| D | dummy.c | 55 static bool hrtimer = 1;  variable
 | 
| /Linux-v5.4/drivers/usb/host/ | 
| D | fotg210.h | 81 	struct hrtimer		hrtimer;  member
 |