Home
last modified time | relevance | path

Searched refs:constraint_list (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel.c2261 cx = &cpuc->constraint_list[idx]; in intel_get_excl_constraints()
2796 cpuc->constraint_list = kzalloc(sz, GFP_KERNEL); in intel_pmu_cpu_prepare()
2797 if (!cpuc->constraint_list) in intel_pmu_cpu_prepare()
2810 kfree(cpuc->constraint_list); in intel_pmu_cpu_prepare()
2811 cpuc->constraint_list = NULL; in intel_pmu_cpu_prepare()
2885 kfree(cpuc->constraint_list); in free_excl_cntrs()
2886 cpuc->constraint_list = NULL; in free_excl_cntrs()
Dperf_event.h238 struct event_constraint *constraint_list; /* in enable order */ member