K 10 svn:author V 3 mav K 8 svn:date V 27 2021-03-15T03:04:10.125266Z K 7 svn:log V 515 Microoptimize CTL I/O queues. Switch OOA queue from TAILQ to LIST and change its direction, so that we traverse it forward, not backward. There is only one place where we really need other direction, and it is not critical. Use STAILQ_REMOVE_HEAD() instead of STAILQ_REMOVE() in backends. Replace few impossible conditions with assertions. MFC after: 1 month (cherry picked from commit 05d882b780f5be2da6f3d3bfef9160aacc4888d6) Git Hash: 2a99726fdc5424599cd987aa87689a3e75fa734e Git Author: mav@FreeBSD.org END