Home
last modified time | relevance | path

Searched refs:cpu_dead (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kernel/cpu/
Dperf_event_amd.c650 .cpu_dead = amd_pmu_cpu_dead,
Dperf_event.h573 void (*cpu_dead)(int cpu); member
Dperf_event.c1510 if (x86_pmu.cpu_dead) in x86_pmu_notifier()
1511 x86_pmu.cpu_dead(cpu); in x86_pmu_notifier()