Searched refs:vl_avail (Results 1 – 1 of 1) sorted by relevance
1887 uint8_t vl = 0, test_vl = 0, vl_avail = 0, vl_needed = 1; in dfsssp_remove_deadlocks() local1906 vl_avail = get_avail_vl_in_subn(p_mgr); in dfsssp_remove_deadlocks()1908 "Virtual Lanes available: %" PRIu8 "\n", vl_avail); in dfsssp_remove_deadlocks()1910 paths_per_vl = (uint64_t *) malloc(vl_avail * sizeof(uint64_t)); in dfsssp_remove_deadlocks()1916 memset(paths_per_vl, 0, vl_avail * sizeof(uint64_t)); in dfsssp_remove_deadlocks()1918 cdg = (cdg_node_t **) malloc(vl_avail * sizeof(cdg_node_t *)); in dfsssp_remove_deadlocks()1925 for (i = 0; i < vl_avail; i++) in dfsssp_remove_deadlocks()2045 for (test_vl = 0; test_vl < vl_avail - 1; test_vl++) { in dfsssp_remove_deadlocks()2150 start_here = cdg[vl_avail - 1]; in dfsssp_remove_deadlocks()2153 search_cycle_in_channel_dep_graph(cdg[vl_avail - 1], in dfsssp_remove_deadlocks()[all …]