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.c448 .cpu_dead = amd_pmu_cpu_dead,
622 .cpu_dead = amd_pmu_cpu_dead,
Dperf_event.h350 void (*cpu_dead)(int cpu); member
Dperf_event.c1295 if (x86_pmu.cpu_dead) in x86_pmu_notifier()
1296 x86_pmu.cpu_dead(cpu); in x86_pmu_notifier()