Searched refs:hrtimer (Results 1 – 9 of 9) sorted by relevance
| /dflybsd-src/sys/dev/drm/include/linux/ |
| H A D | hrtimer.h | 46 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 D | linux_hrtimer.c | 33 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 D | intel_uncore.h | 106 struct hrtimer timer;
|
| H A D | i915_perf.c | 2125 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 D | intel_uncore.c | 207 intel_uncore_fw_release_timer(struct hrtimer *timer) in intel_uncore_fw_release_timer()
|
| H A D | i915_drv.h | 2601 struct hrtimer poll_check_timer;
|
| /dflybsd-src/sys/net/netmap/ |
| H A D | netmap_kern.h | 75 struct hrtimer { struct 408 struct hrtimer mit_timer;
|
| /dflybsd-src/sys/dev/drm/amd/amdgpu/ |
| H A D | amdgpu_mode.h | 432 struct hrtimer vblank_timer;
|
| H A D | dce_virtual.c | 701 static enum hrtimer_restart dce_virtual_vblank_timer_handle(struct hrtimer *vblank_timer) in dce_virtual_vblank_timer_handle()
|