Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dhrtimer_types.h39 struct hrtimer { struct
42 enum hrtimer_restart (*function)(struct hrtimer *); argument
43 struct hrtimer_clock_base *base; argument
44 u8 state;
45 u8 is_rel;
46 u8 is_soft;
47 u8 is_hard;
H A Dintel_rapl.h177 struct hrtimer hrtimer; member
/linux/arch/powerpc/kernel/
H A Dwatchdog.c437 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer) in watchdog_timer_fn()
473 struct hrtimer *hrtimer = this_cpu_ptr(&wd_hrtimer); in start_watchdog() local
511 struct hrtimer *hrtimer = this_cpu_ptr(&wd_hrtimer); in stop_watchdog() local
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dptp.h20 struct hrtimer hrtimer; member
H A Dptp.c116 static enum hrtimer_restart ptp_reset_thresh(struct hrtimer *hrtimer) in ptp_reset_thresh()
/linux/lib/
H A Dtest_objpool.c56 unsigned long hrtimer; /* ms */ member
70 struct hrtimer hrtimer; member
185 static int ot_init_hrtimer(struct ot_item *item, unsigned long hrtimer) in ot_init_hrtimer()
/linux/kernel/
H A Dwatchdog.c684 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer) in watchdog_timer_fn()
788 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_enable() local
814 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_disable() local
/linux/arch/arm/mach-imx/
H A Dmmdc.c101 struct hrtimer hrtimer; member
424 static enum hrtimer_restart mmdc_pmu_timer_handler(struct hrtimer *hrtimer) in mmdc_pmu_timer_handler()
/linux/arch/x86/events/
H A Drapl.c126 struct hrtimer hrtimer; member
241 static enum hrtimer_restart rapl_hrtimer_handle(struct hrtimer *hrtimer) in rapl_hrtimer_handle()
/linux/drivers/misc/
H A Dvcpu_stall_detector.c59 vcpu_stall_detect_timer_fn(struct hrtimer *hrtimer) in vcpu_stall_detect_timer_fn()
/linux/net/can/
H A Disotp.c192 static enum hrtimer_restart isotp_rx_timer_handler(struct hrtimer *hrtimer) in isotp_rx_timer_handler()
897 static enum hrtimer_restart isotp_tx_timer_handler(struct hrtimer *hrtimer) in isotp_tx_timer_handler()
921 static enum hrtimer_restart isotp_txfr_timer_handler(struct hrtimer *hrtimer) in isotp_txfr_timer_handler()
H A Dbcm.c427 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer) in bcm_tx_timeout_handler()
590 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer) in bcm_rx_timeout_handler()
656 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer) in bcm_rx_thr_handler()
/linux/net/can/j1939/
H A Dbus.c127 static enum hrtimer_restart j1939_ecu_timer_handler(struct hrtimer *hrtimer) in j1939_ecu_timer_handler()
H A Dtransport.c1149 static enum hrtimer_restart j1939_tp_txtimer(struct hrtimer *hrtimer) in j1939_tp_txtimer()
1225 static enum hrtimer_restart j1939_tp_rxtimer(struct hrtimer *hrtimer) in j1939_tp_rxtimer()
/linux/kernel/time/
H A Dhrtimer.c1580 enum hrtimer_restart (*function)(struct hrtimer *), in __hrtimer_setup()
1624 void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *), in hrtimer_setup()
1643 enum hrtimer_restart (*function)(struct hrtimer *), in hrtimer_setup_on_stack()
H A Dtick-sched.c1571 void tick_setup_sched_timer(bool hrtimer) in tick_setup_sched_timer()
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_config.h51 struct hrtimer hrtimer; member
/linux/drivers/mailbox/
H A Dmailbox.c118 static enum hrtimer_restart txdone_hrtimer(struct hrtimer *hrtimer) in txdone_hrtimer()
/linux/sound/sh/
H A Dsh_dac_audio.c41 struct hrtimer hrtimer; member
[all...]
/linux/drivers/net/can/m_can/
H A Dm_can.h129 struct hrtimer hrtimer; member
/linux/arch/arm/mm/
H A Dcache-l2x0-pmu.c151 static enum hrtimer_restart l2x0_pmu_poll(struct hrtimer *hrtimer) in l2x0_pmu_poll()
/linux/drivers/net/ethernet/
H A Dec_bhf.c129 struct hrtimer hrtimer; member
/linux/drivers/iio/adc/
H A Dti-tsc2046.c514 static enum hrtimer_restart tsc2046_adc_timer(struct hrtimer *hrtimer) in tsc2046_adc_timer()
/linux/arch/x86/events/intel/
H A Duncore.h157 struct hrtimer hrtimer; member
/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c696 static enum hrtimer_restart tx_done(struct hrtimer *hrtimer) in tx_done()

12