Lines Matching defs:Topology
29 #include "mem/ruby/network/Topology.hh"
51 Topology::Topology(uint32_t num_routers,
109 Topology::createLinks(Network *net)
162 Topology::addLink(SwitchID src, SwitchID dest, BasicLink* link,
181 Topology::makeLink(Network *net, SwitchID src, SwitchID dest,
221 Topology::extend_shortest_path(Matrix ¤t_dist, Matrix &latencies,
259 Topology::shortest_path(const Matrix &weights, Matrix &latencies,
268 Topology::link_is_shortest_path_to_node(SwitchID src, SwitchID next,
276 Topology::shortest_path_to_node(SwitchID src, SwitchID next,