Searched refs:excl_cntrs (Results 1 – 3 of 3) sorted by relevance
1905 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_start_scheduling() local1919 if (!excl_cntrs) in intel_start_scheduling()1922 xlo = &excl_cntrs->states[o_tid]; in intel_start_scheduling()1923 xl = &excl_cntrs->states[tid]; in intel_start_scheduling()1932 raw_spin_lock(&excl_cntrs->lock); in intel_start_scheduling()1943 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_stop_scheduling() local1956 if (!excl_cntrs) in intel_stop_scheduling()1959 xlo = &excl_cntrs->states[o_tid]; in intel_stop_scheduling()1960 xl = &excl_cntrs->states[tid]; in intel_stop_scheduling()1971 raw_spin_unlock(&excl_cntrs->lock); in intel_stop_scheduling()[all …]
225 struct intel_excl_cntrs *excl_cntrs; member
874 READ_ONCE(cpuc->excl_cntrs->exclusive_present)) in x86_schedule_events()