K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-07-27T21:45:55.000000Z K 7 svn:log V 296 Adjust td_locks for non-spin mutexes, rwlocks, and sx locks so that it is a count of all non-spin locks, not just lockmgr locks. This can give us a much cheaper way to see if we have any locks held (such as when returning to userland via userret()) without requiring WITNESS. MFC after: 1 week END