K 10 svn:author V 3 mjg K 8 svn:date V 27 2017-11-23T03:40:51.008427Z K 7 svn:log V 399 sx: unbreak debug after r326107 An assertion was modified to use the found value, but it was not updated to handle a race where blocked threads appear after the entrance to the func. Move the assertion down to the area protected with sleepq lock where the lock is read anyway. This does not affect coverage of the assertion and is consistent with what rw locks are doing. Reported by: Shawn Webb END