Home
last modified time | relevance | path

Searched refs:n_alt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dcore-book3s.c894 int n_alt[MAX_HWEVENTS], choice[MAX_HWEVENTS]; in power_check_constraints() local
943 n_alt[i] = ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints()
945 for (j = 1; j < n_alt[i]; ++j) in power_check_constraints()
966 while (++j < n_alt[i]) { in power_check_constraints()
974 if (j >= n_alt[i]) { in power_check_constraints()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dcore-book3s.c975 int n_alt[MAX_HWEVENTS], choice[MAX_HWEVENTS]; in power_check_constraints() local
1024 n_alt[i] = ppmu->get_alternatives(event_id[i], cflags[i], in power_check_constraints()
1026 for (j = 1; j < n_alt[i]; ++j) in power_check_constraints()
1048 while (++j < n_alt[i]) { in power_check_constraints()
1056 if (j >= n_alt[i]) { in power_check_constraints()

Completed in 9 milliseconds