HomeSort by relevance Sort by last modified time
    Searched full:nrqm (Results 1 - 1 of 1) sorted by null

  /external/blktrace/btt/
iostat.c 87 double dt, nios, avgrq_sz, p_util, nrqm, await, svctm; local
99 nrqm = (double)(sp->rqm[0] + sp->rqm[1]);
109 await = ((nios + nrqm) > 0.0) ? TO_MSEC(sp->wait) / (nios+nrqm) : 0.0;
115 * and we add in nrqm (number of merges), which should give

Completed in 66 milliseconds