K 10 svn:author V 5 wpaul K 8 svn:date V 27 2004-01-07T07:29:27.000000Z K 7 svn:log V 351 Use atomic ops for the interlocked increment and decrement routines in subr_ndis and subr_ntoskrnl. This is faster and avoids potential LOR whinage from witness (an LOR couldn't happen with the old code since the interlocked inc/dec routines could not sleep with a lock held, but this will keep witness happy and it's more efficient anyway. I think.) END