Symbol: hrtimer
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
432
struct hrtimer vblank_timer;
sys/dev/drm/amd/amdgpu/dce_virtual.c
700
static enum hrtimer_restart dce_virtual_vblank_timer_handle(struct hrtimer *vblank_timer)
sys/dev/drm/i915/i915_drv.h
2007
struct hrtimer poll_check_timer;
sys/dev/drm/i915/i915_perf.c
2270
static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer)
sys/dev/drm/i915/i915_perf.c
2273
container_of(hrtimer, typeof(*dev_priv),
sys/dev/drm/i915/i915_perf.c
2281
hrtimer_forward_now(hrtimer, ns_to_ktime(POLL_PERIOD));
sys/dev/drm/i915/i915_pmu.c
251
static enum hrtimer_restart i915_sample(struct hrtimer *hrtimer)
sys/dev/drm/i915/i915_pmu.c
254
container_of(hrtimer, struct drm_i915_private, pmu.timer);
sys/dev/drm/i915/i915_pmu.c
274
hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD));
sys/dev/drm/i915/i915_pmu.h
54
struct hrtimer timer;
sys/dev/drm/i915/intel_uncore.c
346
intel_uncore_fw_release_timer(struct hrtimer *timer)
sys/dev/drm/i915/intel_uncore.h
118
struct hrtimer timer;
sys/dev/drm/include/linux/hrtimer.h
60
enum hrtimer_restart (*function)(struct hrtimer *);
sys/dev/drm/include/linux/hrtimer.h
64
extern void hrtimer_init(struct hrtimer *timer, clockid_t which_clock,
sys/dev/drm/include/linux/hrtimer.h
67
extern void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim,
sys/dev/drm/include/linux/hrtimer.h
70
extern int hrtimer_cancel(struct hrtimer *timer);
sys/dev/drm/include/linux/hrtimer.h
72
extern bool hrtimer_active(const struct hrtimer *timer);
sys/dev/drm/include/linux/hrtimer.h
75
hrtimer_start(struct hrtimer *timer, ktime_t tim, const enum hrtimer_mode mode)
sys/dev/drm/include/linux/hrtimer.h
81
hrtimer_set_expires(struct hrtimer *timer, ktime_t time)
sys/dev/drm/linux_hrtimer.c
122
hrtimer_cancel(struct hrtimer *timer)
sys/dev/drm/linux_hrtimer.c
154
hrtimer_active(const struct hrtimer *const_timer)
sys/dev/drm/linux_hrtimer.c
157
struct hrtimer *timer = __DECONST(struct hrtimer *, const_timer);
sys/dev/drm/linux_hrtimer.c
36
struct hrtimer *timer = info->data;
sys/dev/drm/linux_hrtimer.c
45
struct hrtimer *timer = arg;
sys/dev/drm/linux_hrtimer.c
71
void hrtimer_init(struct hrtimer *timer, clockid_t clock_id,
sys/dev/drm/linux_hrtimer.c
76
memset(timer, 0, sizeof(struct hrtimer));
sys/dev/drm/linux_hrtimer.c
88
hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim,
sys/net/netmap/netmap_kern.h
408
struct hrtimer mit_timer;