Home
last modified time | relevance | path

Searched refs:hrtimer_callback (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/perf/
H A Dthunderx2_pmu.c110 enum hrtimer_restart (*hrtimer_callback)(struct hrtimer *cb); member
622 if (!tx2_pmu->hrtimer_callback) in tx2_uncore_event_start()
691 if (!tx2_pmu->hrtimer_callback) in tx2_uncore_event_del()
758 if (tx2_pmu->hrtimer_callback) { in tx2_uncore_pmu_add_dev()
761 tx2_pmu->hrtimer.function = tx2_pmu->hrtimer_callback; in tx2_uncore_pmu_add_dev()
841 tx2_pmu->hrtimer_callback = tx2_hrtimer_callback; in tx2_uncore_pmu_init_dev()
856 tx2_pmu->hrtimer_callback = tx2_hrtimer_callback; in tx2_uncore_pmu_init_dev()
877 tx2_pmu->hrtimer_callback = NULL; in tx2_uncore_pmu_init_dev()
945 if (tx2_pmu->hrtimer_callback) in tx2_uncore_pmu_offline_cpu()
/openbmc/linux/drivers/net/can/m_can/
H A Dm_can.c1824 static enum hrtimer_restart hrtimer_callback(struct hrtimer *timer) in hrtimer_callback() function
2091 cdev->hrtimer.function = &hrtimer_callback; in m_can_class_register()