Searched refs:m_vc_allocator (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.hh83 std::vector<int> m_vc_allocator; member in class:NetworkInterface
H A DNetworkInterface.cc69 m_vc_allocator.resize(m_virtual_networks); // 1 allocator per vnet
71 m_vc_allocator[i] = 0;
409 int delta = m_vc_allocator[vnet];
410 m_vc_allocator[vnet]++;
411 if (m_vc_allocator[vnet] == m_vc_per_vnet)
412 m_vc_allocator[vnet] = 0;

Completed in 6 milliseconds