Lines Matching defs:hrtimer
107 struct hrtimer hrtimer;
110 enum hrtimer_restart (*hrtimer_callback)(struct hrtimer *cb);
621 /* No hrtimer needed for CCPI2, 64-bit counters */
628 hrtimer_start(&tx2_pmu->hrtimer,
695 hrtimer_cancel(&tx2_pmu->hrtimer);
703 static enum hrtimer_restart tx2_hrtimer_callback(struct hrtimer *timer)
708 tx2_pmu = container_of(timer, struct tx2_uncore_pmu, hrtimer);
759 hrtimer_init(&tx2_pmu->hrtimer,
761 tx2_pmu->hrtimer.function = tx2_pmu->hrtimer_callback;
946 hrtimer_cancel(&tx2_pmu->hrtimer);