freebsd-dev/sys/dev/ioat
Conrad Meyer f46011ae19 ioat: Don't use sleeping allocation in lock path
This is still the worst possible way to allocate memory if it will ever
be under pressure, but at least it won't deadlock.

Suggested by:	WITNESS
Sponsored by:	EMC / Isilon Storage Division
2015-10-24 23:45:10 +00:00
..
ioat_hw.h ioat: Define IOAT_XFERCAP_VALID_MASK and use in ioat_read_xfercap 2015-10-22 04:33:05 +00:00
ioat_internal.h ioat: Clean up logging 2015-10-22 23:03:33 +00:00
ioat_test.c ioat_test: Add a colon (':') for style 2015-10-22 23:08:08 +00:00
ioat_test.h Improve flexibility of ioat_test / ioatcontrol(8) 2015-10-22 04:38:05 +00:00
ioat.c ioat: Don't use sleeping allocation in lock path 2015-10-24 23:45:10 +00:00
ioat.h