Home
last modified time | relevance | path

Searched refs:excl_cntrs (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel.c2145 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_start_scheduling() local
2158 if (WARN_ON_ONCE(!excl_cntrs)) in intel_start_scheduling()
2161 xl = &excl_cntrs->states[tid]; in intel_start_scheduling()
2169 raw_spin_lock(&excl_cntrs->lock); in intel_start_scheduling()
2174 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_commit_scheduling() local
2182 if (WARN_ON_ONCE(!excl_cntrs)) in intel_commit_scheduling()
2188 xl = &excl_cntrs->states[tid]; in intel_commit_scheduling()
2190 lockdep_assert_held(&excl_cntrs->lock); in intel_commit_scheduling()
2201 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_stop_scheduling() local
2213 if (WARN_ON_ONCE(!excl_cntrs)) in intel_stop_scheduling()
[all …]
Dperf_event.h239 struct intel_excl_cntrs *excl_cntrs; member
Dperf_event.c892 READ_ONCE(cpuc->excl_cntrs->exclusive_present)) in x86_schedule_events()