freebsd-dev/sys/compat/ndis
Bill Paul e157128762 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.)
2004-01-07 07:29:27 +00:00
..
cfg_var.h
hal_var.h
kern_ndis.c In subr_ndis.c: correct ndis_interlock_inc() and ndis_interlock_dec() 2004-01-07 06:15:56 +00:00
ndis_var.h - Add pe_get_message() and pe_get_messagetable() for processing 2004-01-06 07:09:26 +00:00
ntoskrnl_var.h
pe_var.h Clean up pe_get_message(). Allow the caller to obtain the resource 2004-01-06 18:06:54 +00:00
resource_var.h
subr_hal.c
subr_ndis.c Use atomic ops for the interlocked increment and decrement routines 2004-01-07 07:29:27 +00:00
subr_ntoskrnl.c Use atomic ops for the interlocked increment and decrement routines 2004-01-07 07:29:27 +00:00
subr_pe.c Clean up pe_get_message(). Allow the caller to obtain the resource 2004-01-06 18:06:54 +00:00