Lines Matching refs:expected_count
726 int count, check, expected_count, resume_count; in check_hsm() local
902 expected_count = max_cpus - 1 - cpumask_weight(&hsm_suspend_not_supported); in check_hsm()
904 if (expected_count != 0) { in check_hsm()
905 if (expected_count != max_cpus - 1) in check_hsm()
907 report(count == expected_count, "supporting secondary harts retentive suspended"); in check_hsm()
941 expected_count = max_cpus - 1 - cpumask_weight(&hsm_suspend_not_supported); in check_hsm()
943 if (expected_count != 0) { in check_hsm()
944 if (expected_count != max_cpus - 1) in check_hsm()
946 report(count == expected_count, "supporting secondary harts non-retentive suspended"); in check_hsm()
1001 if (ipi_unavailable || expected_count == 0) in check_hsm()
1045 expected_count = 1 - cpumask_weight(&hsm_suspend_not_supported); in check_hsm()
1047 if (expected_count) { in check_hsm()
1048 report(count == expected_count, "retentive suspend with MSB set"); in check_hsm()
1081 expected_count = 1 - cpumask_weight(&hsm_suspend_not_supported); in check_hsm()
1083 if (expected_count) { in check_hsm()
1084 report(count == expected_count, "non-retentive suspend with MSB set"); in check_hsm()
1134 if (expected_count == 0) in check_hsm()