| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | hrtimer.h | 121 struct hrtimer { struct 124 enum hrtimer_restart (*function)(struct hrtimer *); argument 125 struct hrtimer_clock_base *base; argument 140 struct hrtimer timer; argument
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | hrtimer.h | 110 struct hrtimer { struct 113 enum hrtimer_restart (*function)(struct hrtimer *); argument 114 struct hrtimer_clock_base *base; argument 128 struct hrtimer timer; argument
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/kernel/ |
| D | watchdog.c | 342 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer) in watchdog_timer_fn() 435 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_enable() local 474 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_disable() local
|
| /kernel/linux/linux-4.19/kernel/ |
| D | watchdog.c | 357 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer) in watchdog_timer_fn() 476 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_enable() local 502 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_disable() local
|
| /kernel/linux/linux-5.10/drivers/hwtracing/stm/ |
| D | heartbeat.c | 26 struct hrtimer hrtimer; member
|
| /kernel/linux/linux-4.19/drivers/hwtracing/stm/ |
| D | heartbeat.c | 26 struct hrtimer hrtimer; member
|
| /kernel/liteos_a/kernel/extended/perf/pmu/ |
| D | perf_timed_pmu.c | 135 STATIC enum hrtimer_restart OsPerfHrtimer(struct hrtimer *hrtimer) in OsPerfHrtimer()
|
| /kernel/linux/linux-5.10/include/kvm/ |
| D | arm_arch_timer.h | 33 struct hrtimer hrtimer; member
|
| /kernel/liteos_a/kernel/extended/perf/ |
| D | perf_pmu_pri.h | 69 struct hrtimer hrtimer; member
|
| /kernel/linux/linux-5.10/arch/arm/mach-imx/ |
| D | mmdc.c | 100 struct hrtimer hrtimer; member 422 static enum hrtimer_restart mmdc_pmu_timer_handler(struct hrtimer *hrtimer) in mmdc_pmu_timer_handler()
|
| /kernel/linux/linux-4.19/arch/arm/mach-imx/ |
| D | mmdc.c | 105 struct hrtimer hrtimer; member 432 static enum hrtimer_restart mmdc_pmu_timer_handler(struct hrtimer *hrtimer) in mmdc_pmu_timer_handler()
|
| /kernel/linux/linux-4.19/arch/x86/events/intel/ |
| D | rapl.c | 146 struct hrtimer hrtimer; member 236 static enum hrtimer_restart rapl_hrtimer_handle(struct hrtimer *hrtimer) in rapl_hrtimer_handle()
|
| /kernel/linux/linux-5.10/net/can/ |
| D | bcm.c | 399 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer) in bcm_tx_timeout_handler() 557 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer) in bcm_rx_timeout_handler() 623 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer) in bcm_rx_thr_handler()
|
| D | isotp.c | 159 static enum hrtimer_restart isotp_rx_timer_handler(struct hrtimer *hrtimer) in isotp_rx_timer_handler() 740 static enum hrtimer_restart isotp_tx_timer_handler(struct hrtimer *hrtimer) in isotp_tx_timer_handler()
|
| /kernel/linux/linux-4.19/net/can/ |
| D | bcm.c | 418 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer) in bcm_tx_timeout_handler() 574 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer) in bcm_rx_timeout_handler() 645 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer) in bcm_rx_thr_handler()
|
| /kernel/linux/linux-5.10/arch/x86/events/ |
| D | rapl.c | 112 struct hrtimer hrtimer; member 216 static enum hrtimer_restart rapl_hrtimer_handle(struct hrtimer *hrtimer) in rapl_hrtimer_handle()
|
| /kernel/linux/linux-5.10/net/can/j1939/ |
| D | bus.c | 127 static enum hrtimer_restart j1939_ecu_timer_handler(struct hrtimer *hrtimer) in j1939_ecu_timer_handler()
|
| /kernel/linux/linux-4.19/drivers/mailbox/ |
| D | mailbox.c | 120 static enum hrtimer_restart txdone_hrtimer(struct hrtimer *hrtimer) in txdone_hrtimer()
|
| /kernel/linux/linux-5.10/drivers/mailbox/ |
| D | mailbox.c | 117 static enum hrtimer_restart txdone_hrtimer(struct hrtimer *hrtimer) in txdone_hrtimer()
|
| /kernel/linux/linux-4.19/sound/sh/ |
| D | sh_dac_audio.c | 57 struct hrtimer hrtimer; member
|
| /kernel/linux/linux-5.10/sound/sh/ |
| D | sh_dac_audio.c | 42 struct hrtimer hrtimer; member
|