Searched refs:m_expand (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_resize.hh32 m_expand = true;
42 m_expand = true;
H A Dfifo.hh147 bool m_expand; // has an expand occurred during this delta cycle ? member in class:tlm::tlm_fifo
201 m_expand = false;
209 if (m_num_read > m_num_read_no_notify || m_expand) {
217 m_expand = false;
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_resize.h37 m_expand = true;
48 m_expand = true;
H A Dtlm_fifo.h168 bool m_expand; // has an expand occurred during this delta cycle ? member in class:tlm::tlm_fifo
230 m_expand = false;
240 if( m_num_read > m_num_read_no_notify || m_expand ) {
248 m_expand = false;

Completed in 8 milliseconds