Home
last modified time | relevance | path

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

12

/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.h337 enum hrtimer_restart (*function)(struct hrtimer *)) in hrtimer_update_function()
H A Dintel_rapl.h177 struct hrtimer hrtimer; member
H A Dperf_event.h175 struct hrtimer hrtimer; member
1116 struct hrtimer hrtimer; member
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dptp.h20 struct hrtimer hrtimer; member
/linux/rust/kernel/time/
H A Dhrtimer.rs147 unsafe fn raw_get(this: *const Self) -> *mut bindings::hrtimer { in raw_get()
369 unsafe fn c_timer_ptr(this: *const Self) -> *const bindings::hrtimer { in c_timer_ptr()
/linux/kernel/
H A Dwatchdog.c732 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer) in watchdog_timer_fn()
840 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_enable() local
865 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_disable() local
/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.c448 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer) in bcm_tx_timeout_handler()
610 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer) in bcm_rx_timeout_handler()
676 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer) in bcm_rx_thr_handler()
/linux/rust/kernel/
H A Dtime.rs27 pub mod hrtimer; module
/linux/kernel/time/
H A Dhrtimer.c1592 enum hrtimer_restart (*function)(struct hrtimer *), in __hrtimer_setup()
1646 void hrtimer_setup(struct hrtimer *timer, enum hrtimer_restart (*function)(struct hrtimer *), in hrtimer_setup()
1665 enum hrtimer_restart (*function)(struct hrtimer *), in hrtimer_setup_on_stack()
/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/drivers/net/can/m_can/
H A Dm_can.h130 struct hrtimer hrtimer; member
/linux/drivers/leds/trigger/
H A Dledtrig-pattern.c44 struct hrtimer hrtimer; member
/linux/net/can/j1939/
H A Dtransport.c1150 static enum hrtimer_restart j1939_tp_txtimer(struct hrtimer *hrtimer) in j1939_tp_txtimer()
1226 static enum hrtimer_restart j1939_tp_rxtimer(struct hrtimer *hrtimer) in j1939_tp_rxtimer()
/linux/drivers/iio/adc/
H A Dti-tsc2046.c515 static enum hrtimer_restart tsc2046_adc_timer(struct hrtimer *hrtimer) in tsc2046_adc_timer()
/linux/drivers/gpu/drm/i915/
H A Di915_pmu.c503 static enum hrtimer_restart i915_sample(struct hrtimer *hrtimer) in i915_sample()
H A Di915_perf.c3484 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer) in oa_poll_check_timer_cb()
/linux/sound/drivers/
H A Ddummy.c58 static bool hrtimer = 1; variable
/linux/mm/
H A Dslab_common.c1415 struct hrtimer hrtimer; member
/linux/drivers/powercap/
H A Dintel_rapl_common.c1838 static enum hrtimer_restart rapl_hrtimer_handle(struct hrtimer *hrtimer) in rapl_hrtimer_handle()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h81 struct hrtimer hrtimer; member
/linux/drivers/net/ethernet/intel/igc/
H A Digc.h230 struct hrtimer hrtimer; member

12