Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dcore.c3393 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_start_scheduling() local
3406 if (WARN_ON_ONCE(!excl_cntrs)) in intel_start_scheduling()
3409 xl = &excl_cntrs->states[tid]; in intel_start_scheduling()
3417 raw_spin_lock(&excl_cntrs->lock); in intel_start_scheduling()
3422 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_commit_scheduling() local
3430 if (WARN_ON_ONCE(!excl_cntrs)) in intel_commit_scheduling()
3436 xl = &excl_cntrs->states[tid]; in intel_commit_scheduling()
3438 lockdep_assert_held(&excl_cntrs->lock); in intel_commit_scheduling()
3449 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_stop_scheduling() local
3461 if (WARN_ON_ONCE(!excl_cntrs)) in intel_stop_scheduling()
[all …]
/openbmc/linux/arch/x86/events/
H A Dperf_event.h317 struct intel_excl_cntrs *excl_cntrs; member
H A Dcore.c1069 READ_ONCE(cpuc->excl_cntrs->exclusive_present)) in x86_schedule_events()