Searched refs:sync_repeat (Results 1 - 9 of 9) sorted by relevance

/gem5/src/dev/net/
H A Ddist_etherlink.cc83 Tick sync_repeat; local
84 if (p->sync_repeat != 0) {
85 if (p->sync_repeat != p->delay)
86 warn("DistEtherLink(): sync_repeat is %lu and linkdelay is %lu",
87 p->sync_repeat, p->delay);
88 sync_repeat = p->sync_repeat;
90 sync_repeat = p->delay;
96 p->sync_start, sync_repeat, this,
H A Dtcp_iface.hh144 * @param sync_repeat The frequency of dist synchronisation.
150 Tick sync_start, Tick sync_repeat, EventManager *em,
H A Dtcp_iface.cc84 Tick sync_start, Tick sync_repeat,
87 DistIface(dist_rank, dist_size, sync_start, sync_repeat, em, use_pseudo_op,
82 TCPIface(string server_name, unsigned server_port, unsigned dist_rank, unsigned dist_size, Tick sync_start, Tick sync_repeat, EventManager *em, bool use_pseudo_op, bool is_switch, int num_nodes) argument
H A Ddist_iface.cc202 Tick sync_repeat,
214 if (nextRepeat > sync_repeat)
215 nextRepeat = sync_repeat;
609 Tick sync_repeat,
613 syncStart(sync_start), syncRepeat(sync_repeat),
201 progress(Tick send_tick, Tick sync_repeat, ReqType need_ckpt, ReqType need_exit, ReqType need_stop_sync) argument
606 DistIface(unsigned dist_rank, unsigned dist_size, Tick sync_start, Tick sync_repeat, EventManager *em, bool use_pseudo_op, bool is_switch, int num_nodes) argument
H A Ddist_iface.hh573 * @param sync_repeat Frequency for dist synchronisation
579 Tick sync_repeat,
H A DEthernet.py79 sync_repeat = Param.Latency('10us', "dist sync barrier repeat") variable in class:DistEtherLink
/gem5/configs/dist/
H A Dsw.py57 sync_repeat = options.dist_sync_repeat,
/gem5/configs/example/arm/
H A Ddist_bigLITTLE.py116 sync_repeat = options.dist_sync_repeat)
/gem5/configs/common/
H A DFSConfig.py688 sync_repeat,
703 sync_repeat = sync_repeat)

Completed in 19 milliseconds