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

/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo.hh149 int m_num_read_no_notify; member in class:tlm::tlm_fifo
202 m_num_read_no_notify = false;
209 if (m_num_read > m_num_read_no_notify || m_expand) {
221 m_num_read_no_notify = 0;
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo.h169 int m_num_read_no_notify; // #samples read without notify during this delta cycle member in class:tlm::tlm_fifo
231 m_num_read_no_notify = false;
240 if( m_num_read > m_num_read_no_notify || m_expand ) {
252 m_num_read_no_notify = 0;

Completed in 5 milliseconds