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

/gem5/src/gpu-compute/
H A Dglobal_memory_pipeline.cc49 outOfOrderDataDelivery(p->out_of_order_data_delivery), inflightStores(0),
123 if (inflightStores >= gmQueueSize) {
126 ++inflightStores;
182 assert(inflightStores > 0);
183 --inflightStores;
H A Dglobal_memory_pipeline.hh140 int inflightStores; member in class:GlobalMemPipeline

Completed in 6 milliseconds