Searched hist:124203 (Results 1 - 2 of 2) sorted by path

/freebsd-10.0-release/sys/compat/ndis/
H A Dsubr_ndis.cdiff 124203 Wed Jan 07 05:29:27 MST 2004 wpaul 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.)
H A Dsubr_ntoskrnl.cdiff 124203 Wed Jan 07 05:29:27 MST 2004 wpaul 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.)

Completed in 285 milliseconds