Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/events/intel/
Dcore.c3105 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_start_scheduling() local
3118 if (WARN_ON_ONCE(!excl_cntrs)) in intel_start_scheduling()
3121 xl = &excl_cntrs->states[tid]; in intel_start_scheduling()
3129 raw_spin_lock(&excl_cntrs->lock); in intel_start_scheduling()
3134 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_commit_scheduling() local
3142 if (WARN_ON_ONCE(!excl_cntrs)) in intel_commit_scheduling()
3148 xl = &excl_cntrs->states[tid]; in intel_commit_scheduling()
3150 lockdep_assert_held(&excl_cntrs->lock); in intel_commit_scheduling()
3161 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_stop_scheduling() local
3173 if (WARN_ON_ONCE(!excl_cntrs)) in intel_stop_scheduling()
[all …]
/kernel/linux/linux-5.10/arch/x86/events/
Dperf_event.h306 struct intel_excl_cntrs *excl_cntrs; member
Dcore.c1024 READ_ONCE(cpuc->excl_cntrs->exclusive_present)) in x86_schedule_events()