Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhrtimer_types.h39 struct hrtimer { struct
42 enum hrtimer_restart (*__private 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 Dhrtimer.h333 enum hrtimer_restart (*function)(struct hrtimer *)) in hrtimer_update_function()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dptp.h20 struct hrtimer hrtimer; member
/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.c773 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer) in watchdog_timer_fn()
891 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_enable() local
916 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_disable() local
/linux/net/can/
H A Dbcm.c449 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer) in bcm_tx_timeout_handler() argument
611 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer) in bcm_rx_timeout_handler() argument
677 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtime argument
[all...]
/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.c1150 static enum hrtimer_restart j1939_tp_txtimer(struct hrtimer *hrtimer) in j1939_tp_txtimer() argument
1226 static enum hrtimer_restart j1939_tp_rxtimer(struct hrtimer *hrtimer) in j1939_tp_rxtimer() argument
/linux/include/kvm/
H A Darm_arch_timer.h55 struct hrtimer hrtimer; member
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_config.h51 struct hrtimer hrtimer; member
/linux/sound/sh/
H A Dsh_dac_audio.c41 struct hrtimer hrtimer; member
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.c118 static enum hrtimer_restart huc_delayed_load_timer_callback(struct hrtimer *hrtimer) in huc_delayed_load_timer_callback()
/linux/arch/x86/events/amd/
H A Duncore.c44 struct hrtimer hrtimer; member
99 static enum hrtimer_restart amd_uncore_hrtimer(struct hrtimer *hrtimer) in amd_uncore_hrtimer()
/linux/arch/powerpc/perf/
H A Dvpa-dtl.c288 static enum hrtimer_restart vpa_dtl_hrtimer_handle(struct hrtimer *hrtimer) in vpa_dtl_hrtimer_handle()
/linux/drivers/leds/trigger/
H A Dledtrig-pattern.c44 struct hrtimer hrtimer; member
/linux/drivers/perf/
H A Darm-ccn.c161 struct hrtimer hrtimer; member
1176 static enum hrtimer_restart arm_ccn_pmu_timer_handler(struct hrtimer *hrtimer) in arm_ccn_pmu_timer_handler()
/linux/arch/x86/events/intel/
H A Duncore.h156 struct hrtimer hrtimer; member
H A Duncore.c305 static enum hrtimer_restart uncore_pmu_hrtimer(struct hrtimer *hrtimer) in uncore_pmu_hrtimer()
/linux/mm/
H A Dslab_common.c1422 struct hrtimer hrtimer; member
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h81 struct hrtimer hrtimer; member
/linux/drivers/net/ethernet/intel/igc/
H A Digc.h232 struct hrtimer hrtimer; member
/linux/kernel/bpf/
H A Dhelpers.c1159 static enum hrtimer_restart bpf_timer_cb(struct hrtimer *hrtimer) in bpf_timer_cb()
/linux/kernel/events/
H A Dcore.c11835 static enum hrtimer_restart perf_swevent_hrtimer(struct hrtimer *hrtimer) in perf_swevent_hrtimer()