Home
last modified time | relevance | path

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

/kvm-unit-tests/s390x/
H A Dtopology.c24 static int max_nested_lvl; variable
213 if (max_nested_lvl != info->mnest) { in stsi_check_header()
222 for (i = 0; i < max_nested_lvl; i++) in stsi_check_header()
257 if (max_nested_lvl >= sel2) { in stsi_get_sysib()
354 if (max_nested_lvl == info->mnest) in check_child_containers()
490 max_nested_lvl = sclp_get_mnest(); in test_stsi()
491 report_info("SCLP maximum nested level : %d", max_nested_lvl); in test_stsi()