Lines Matching defs:queue
513 // read merges requests number of read I/Os merged with in-queue I/O
521 // write merges requests number of write I/Os merged with in-queue I/O
569 // requests that are in the queue but not yet issued to the device driver.
656 unsigned queue = (fields[__STAT_IN_QUEUE]
661 printf("%-30s: perf(ios) rd: %luKB/s(%lu/s) q: %u\n", path, read_perf, read_ios, queue);
664 read_ios, write_perf, write_ios, queue);