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

/gem5/src/mem/ruby/system/
H A DRubySystem.cc411 unsigned int num_busy = 0; local
424 num_busy++;
465 DPRINTF(RubySystem, "num_busy = %d, num_ro = %d, num_rw = %d\n",
466 num_busy, num_ro, num_rw);

Completed in 3 milliseconds