Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Dcore.c1764 cpuc->kfree_on_online[i] = NULL; in x86_pmu_prepare_cpu()
1783 kfree(cpuc->kfree_on_online[i]); in x86_pmu_online_cpu()
1784 cpuc->kfree_on_online[i] = NULL; in x86_pmu_online_cpu()
H A Dperf_event.h341 void *kfree_on_online[X86_PERF_KFREE_MAX]; member
/openbmc/linux/arch/x86/events/amd/
H A Dcore.c586 void **onln = &cpuc->kfree_on_online[X86_PERF_KFREE_SHARED]; in amd_pmu_cpu_starting()
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c4767 cpuc->kfree_on_online[0] = cpuc->shared_regs; in intel_pmu_cpu_starting()
4787 cpuc->kfree_on_online[1] = cpuc->excl_cntrs; in intel_pmu_cpu_starting()