Home
last modified time | relevance | path

Searched refs:hrtimer_callback (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/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()
843 tx2_pmu->hrtimer_callback = tx2_hrtimer_callback; in tx2_uncore_pmu_init_dev()
858 tx2_pmu->hrtimer_callback = tx2_hrtimer_callback; in tx2_uncore_pmu_init_dev()
879 tx2_pmu->hrtimer_callback = NULL; in tx2_uncore_pmu_init_dev()
949 if (tx2_pmu->hrtimer_callback) in tx2_uncore_pmu_offline_cpu()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/net/can/m_can/
H A Dm_can.c1811 static enum hrtimer_restart hrtimer_callback(struct hrtimer *timer) in hrtimer_callback() function
2074 cdev->hrtimer.function = &hrtimer_callback; in m_can_class_register()

Completed in 7 milliseconds