Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel.c1905 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_start_scheduling() local
1919 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() local
1956 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 …]
Dperf_event.h225 struct intel_excl_cntrs *excl_cntrs; member
Dperf_event.c874 READ_ONCE(cpuc->excl_cntrs->exclusive_present)) in x86_schedule_events()