Home
last modified time | relevance | path

Searched refs:hrtimer (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/sys/dev/drm/include/linux/
H A Dhrtimer.h46 struct hrtimer { struct
51 enum hrtimer_restart (*function)(struct hrtimer *); argument
55 extern void hrtimer_init(struct hrtimer *timer, clockid_t which_clock, argument
58 extern void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim,
61 extern int hrtimer_cancel(struct hrtimer *timer);
63 extern bool hrtimer_active(const struct hrtimer *timer);
66 hrtimer_start(struct hrtimer *timer, ktime_t tim, const enum hrtimer_mode mode) in hrtimer_start()
72 hrtimer_set_expires(struct hrtimer *timer, ktime_t time) in hrtimer_set_expires()
/dflybsd-src/sys/dev/drm/
H A Dlinux_hrtimer.c33 struct hrtimer *timer = arg; in __hrtimer_function()
50 void hrtimer_init(struct hrtimer *timer, clockid_t clock_id, in hrtimer_init()
55 memset(timer, 0, sizeof(struct hrtimer)); in hrtimer_init()
64 hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in hrtimer_start_range_ns()
85 hrtimer_cancel(struct hrtimer *timer) in hrtimer_cancel()
92 hrtimer_active(const struct hrtimer *const_timer) in hrtimer_active()
94 struct hrtimer *timer = __DECONST(struct hrtimer *, const_timer); in hrtimer_active()
/dflybsd-src/sys/dev/drm/i915/
H A Dintel_uncore.h106 struct hrtimer timer;
H A Di915_perf.c2125 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer)
2128 container_of(hrtimer, typeof(*dev_priv),
2136 hrtimer_forward_now(hrtimer, ns_to_ktime(POLL_PERIOD));
H A Dintel_uncore.c207 intel_uncore_fw_release_timer(struct hrtimer *timer) in intel_uncore_fw_release_timer()
H A Di915_drv.h2601 struct hrtimer poll_check_timer;
/dflybsd-src/sys/net/netmap/
H A Dnetmap_kern.h75 struct hrtimer { struct
408 struct hrtimer mit_timer;
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_mode.h432 struct hrtimer vblank_timer;
H A Ddce_virtual.c701 static enum hrtimer_restart dce_virtual_vblank_timer_handle(struct hrtimer *vblank_timer) in dce_virtual_vblank_timer_handle()