K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-08-18T16:19:26.058312Z K 7 svn:log V 232 As much as I've been wanting to avoid this, convert STAILQ->TAILQ. There's at least one instance where I need to traverse the list in reverse order, and that's impossible with a STAILQ. It also makes TID schedule/unschedule O(1). END