Home
last modified time | relevance | path

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

/kvm-unit-tests/riscv/
H A Dsbi.c726 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()
[all …]