Home
last modified time | relevance | path

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

/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.c1486 cpuc->kfree_on_online[i] = NULL; in x86_pmu_notifier()
1498 kfree(cpuc->kfree_on_online[i]); in x86_pmu_notifier()
1499 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.c2840 void **onln = &cpuc->kfree_on_online[X86_PERF_KFREE_SHARED]; in intel_pmu_cpu_starting()
2865 cpuc->kfree_on_online[1] = cpuc->excl_cntrs; in intel_pmu_cpu_starting()