Lines Matching full:for
82 for (i = 4; i < 255; i++) { in check_specifications()
93 for (i = 8, error = 0; i < 64; i++) { in check_specifications()
182 for (i = 0, n = 1; i < CPU_TOPOLOGY_MAX_LEVEL; i++) in stsi_check_maxcpus()
211 * in the SCLP info, so we skip here for now. in stsi_check_header()
222 for (i = 0; i < max_nested_lvl; i++) in stsi_check_header()
230 for (; i < CPU_TOPOLOGY_MAX_LEVEL; i++) in stsi_check_header()
301 for (i = 0; (void *)&child[i] < last && child[i].nl == 0; prev_cpu = &child[i++]) { in check_child_cpus()
305 report_info("Incorrect ordering wrt type for child %d", i); in check_child_cpus()
311 report_info("Incorrect ordering wrt polarization for child %d", i); in check_child_cpus()
317 report_info("Incorrect ordering wrt dedication for child %d", i); in check_child_cpus()
323 report_info("Incorrect ordering wrt origin for child %d", i); in check_child_cpus()
350 for (i = 0, entry = child; (void *)entry < last && entry->nl == cont->nl - 1; i++) { in check_child_containers()
466 for (i = 0; i < CPU_TOPOLOGY_MAX_LEVEL; i++) in expected_num_cpus()
477 * Calls the checking for the STSI instruction in sel2 reverse level order
497 for (sel2 = 6; sel2 >= 2; sel2--) in test_stsi()
513 * Note that when QEMU uses socket as a name for the topology level 1
522 for (i = 1; i < argc; i++) { in parse_topology_args()
529 for (level = 0; level < ARRAY_SIZE(levels); level++) { in parse_topology_args()
565 for (i = 0; tests[i].name; i++) { in main()