Home
last modified time | relevance | path

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

123

/linux-6.15/include/linux/
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;
Dhrtimer.h337 enum hrtimer_restart (*function)(struct hrtimer *)) in hrtimer_update_function()
/linux-6.15/arch/powerpc/kernel/
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
510 struct hrtimer *hrtimer = this_cpu_ptr(&wd_hrtimer); in stop_watchdog() local
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
Dptp.h20 struct hrtimer hrtimer; member
/linux-6.15/rust/kernel/time/
Dhrtimer.rs131 unsafe fn raw_get(this: *const Self) -> *mut bindings::hrtimer { in raw_get()
353 unsafe fn c_timer_ptr(this: *const Self) -> *const bindings::hrtimer { in c_timer_ptr()
/linux-6.15/drivers/hwtracing/stm/
Dheartbeat.c26 struct hrtimer hrtimer; member
/linux-6.15/lib/
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-6.15/rust/kernel/
Dtime.rs11 pub mod hrtimer; module
/linux-6.15/kernel/
Dwatchdog.c682 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer) in watchdog_timer_fn()
786 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_enable() local
811 struct hrtimer *hrtimer = this_cpu_ptr(&watchdog_hrtimer); in watchdog_disable() local
/linux-6.15/arch/arm/mach-imx/
Dmmdc.c101 struct hrtimer hrtimer; member
424 static enum hrtimer_restart mmdc_pmu_timer_handler(struct hrtimer *hrtimer) in mmdc_pmu_timer_handler()
/linux-6.15/drivers/misc/
Dvcpu_stall_detector.c59 vcpu_stall_detect_timer_fn(struct hrtimer *hrtimer) in vcpu_stall_detect_timer_fn()
/linux-6.15/arch/x86/events/
Drapl.c136 struct hrtimer hrtimer; member
252 static enum hrtimer_restart rapl_hrtimer_handle(struct hrtimer *hrtimer) in rapl_hrtimer_handle()
/linux-6.15/net/can/
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()
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-6.15/net/can/j1939/
Dbus.c127 static enum hrtimer_restart j1939_ecu_timer_handler(struct hrtimer *hrtimer) in j1939_ecu_timer_handler()
/linux-6.15/include/kvm/
Darm_arch_timer.h57 struct hrtimer hrtimer; member
/linux-6.15/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_config.h51 struct hrtimer hrtimer; member
/linux-6.15/sound/sh/
Dsh_dac_audio.c41 struct hrtimer hrtimer; member
/linux-6.15/drivers/mailbox/
Dmailbox.c115 static enum hrtimer_restart txdone_hrtimer(struct hrtimer *hrtimer) in txdone_hrtimer()
/linux-6.15/kernel/time/
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-6.15/drivers/gpu/drm/i915/gt/uc/
Dintel_huc.c118 static enum hrtimer_restart huc_delayed_load_timer_callback(struct hrtimer *hrtimer) in huc_delayed_load_timer_callback()
/linux-6.15/drivers/net/can/m_can/
Dm_can.h130 struct hrtimer hrtimer; member
/linux-6.15/arch/arm/mm/
Dcache-l2x0-pmu.c151 static enum hrtimer_restart l2x0_pmu_poll(struct hrtimer *hrtimer) in l2x0_pmu_poll()
/linux-6.15/drivers/perf/
Dmarvell_cn10k_ddr_pmu.c156 struct hrtimer hrtimer; member
900 static enum hrtimer_restart cn10k_ddr_pmu_timer_handler(struct hrtimer *hrtimer) in cn10k_ddr_pmu_timer_handler()
/linux-6.15/drivers/leds/trigger/
Dledtrig-pattern.c44 struct hrtimer hrtimer; member

123