Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel.c2034 cx = &cpuc->constraint_list[idx]; in intel_get_excl_constraints()
2581 cpuc->constraint_list = kzalloc(sz, GFP_KERNEL); in intel_pmu_cpu_prepare()
2582 if (!cpuc->constraint_list) in intel_pmu_cpu_prepare()
2587 kfree(cpuc->constraint_list); in intel_pmu_cpu_prepare()
2661 kfree(cpuc->constraint_list); in free_excl_cntrs()
2662 cpuc->constraint_list = NULL; in free_excl_cntrs()
Dperf_event.h224 struct event_constraint *constraint_list; /* in enable order */ member