K 10 svn:author V 3 mav K 8 svn:date V 27 2014-10-14T12:13:01.423530Z K 7 svn:log V 422 MFC r271588: Update CAM CCB accounting for the new status quo. devq_openings counter lost its meaning after allocation queues has gone. held counter is still meaningful, but problematic to update due to separate locking of CCB allocation and queuing. To fix that replace devq_openings counter with allocated counter. held is now calculated on request as difference between number of allocated, queued and active CCBs. END