Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dcore.c4006 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_start_scheduling() local
4019 if (WARN_ON_ONCE(!excl_cntrs)) in intel_start_scheduling()
4022 xl = &excl_cntrs->states[tid]; in intel_start_scheduling()
4030 raw_spin_lock(&excl_cntrs->lock); in intel_start_scheduling()
4035 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_commit_scheduling() local
4043 if (WARN_ON_ONCE(!excl_cntrs)) in intel_commit_scheduling()
4049 xl = &excl_cntrs->states[tid]; in intel_commit_scheduling()
4051 lockdep_assert_held(&excl_cntrs->lock); in intel_commit_scheduling()
4062 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_stop_scheduling() local
4074 if (WARN_ON_ONCE(!excl_cntrs)) in intel_stop_scheduling()
[all …]
/linux/arch/x86/events/
H A Dperf_event.h360 struct intel_excl_cntrs *excl_cntrs; member
H A Dcore.c1095 READ_ONCE(cpuc->excl_cntrs->exclusive_present)) in x86_schedule_events()