Lines Matching refs:cpuhp
1010 struct i915_pmu *pmu = hlist_entry_safe(node, typeof(*pmu), cpuhp.node);
1023 struct i915_pmu *pmu = hlist_entry_safe(node, typeof(*pmu), cpuhp.node);
1053 ret = cpuhp_state_add_instance(slot, &pmu->cpuhp.node);
1059 pmu->cpuhp.slot = slot;
1067 drm_WARN_ON(&i915->drm, pmu->cpuhp.slot == CPUHP_INVALID);
1068 drm_WARN_ON(&i915->drm, cpuhp_state_remove_instance(pmu->cpuhp.slot, &pmu->cpuhp.node));
1069 cpuhp_remove_multi_state(pmu->cpuhp.slot);
1070 pmu->cpuhp.slot = CPUHP_INVALID;
1104 pmu->cpuhp.slot = CPUHP_INVALID;