Searched refs:readycount (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | u14-34f.c | 1590 static unsigned int readycount = 0, ovlcount = 0, inputcount = 0; in reorder() local 1597 ovlcount, readycount, readysorted, sortcount, revcount, in reorder() 1598 seeknosort / (readycount + 1), in reorder() 1599 seeksorted / (readycount + 1)); in reorder() 1654 batchcount++; readycount += n_ready; seeknosort += seek / 1024; in reorder()
|
D | eata.c | 2111 static unsigned int readycount = 0, ovlcount = 0, inputcount = 0; in reorder() local 2118 inputcount, ovlcount, readycount, readysorted, sortcount, in reorder() 2119 revcount, seeknosort / (readycount + 1), in reorder() 2120 seeksorted / (readycount + 1)); in reorder() 2200 readycount += n_ready; in reorder()
|