Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dhrtimer.h48 struct hrtimer { struct
49 enum hrtimer_restart (*function)(struct hrtimer *); argument
52 enum hrtimer_mode hrt_mode; argument
71 void hrtimer_init(struct hrtimer *, clockid_t, enum hrtimer_mode); argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_pmu.c401 static enum hrtimer_restart i915_sample(struct hrtimer *hrtimer) in i915_sample()
H A Di915_perf.c3150 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer) in oa_poll_check_timer_cb()