Home
last modified time | relevance | path

Searched refs:kfree_on_online (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_amd.c385 void **onln = &cpuc->kfree_on_online[X86_PERF_KFREE_SHARED]; in amd_pmu_cpu_starting()
Dperf_event.c1480 cpuc->kfree_on_online[i] = NULL; in x86_pmu_notifier()
1492 kfree(cpuc->kfree_on_online[i]); in x86_pmu_notifier()
1493 cpuc->kfree_on_online[i] = NULL; in x86_pmu_notifier()
Dperf_event.h249 void *kfree_on_online[X86_PERF_KFREE_MAX]; member
Dperf_event_intel.c2839 void **onln = &cpuc->kfree_on_online[X86_PERF_KFREE_SHARED]; in intel_pmu_cpu_starting()
2864 cpuc->kfree_on_online[1] = cpuc->excl_cntrs; in intel_pmu_cpu_starting()