Date: Tue, 13 Jan 2009 19:03:23 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb2/controller usb2_bus.h usb2_controller.c src/sys/dev/usb2/core usb2_device.c usb2_transfer.c usb2_transfer.h Message-ID: <200901131903.n0DJ3ePW072101@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2009-01-13 19:03:23 UTC FreeBSD src repository Modified files: sys/dev/usb2/controller usb2_bus.h usb2_controller.c sys/dev/usb2/core usb2_device.c usb2_transfer.c usb2_transfer.h Log: SVN rev 187174 on 2009-01-13 19:03:23Z by thompsa MFp4: //depot/projects/usb@155842 Reduce the number of callback processes to 4 per USB controller. There are two rough categories: 1) Giant locked USB transfers. 2) Non-Giant locked USB transfers. On a real system with many USB devices plugged in the number of processes reported by "ps auxw | grep USBPROC" was reduced from 40 to 18. Submitted by: Hans Petter Selasky Revision Changes Path 1.7 +7 -0 src/sys/dev/usb2/controller/usb2_bus.h 1.9 +16 -2 src/sys/dev/usb2/controller/usb2_controller.c 1.10 +10 -0 src/sys/dev/usb2/core/usb2_device.c 1.9 +14 -13 src/sys/dev/usb2/core/usb2_transfer.c 1.6 +1 -1 src/sys/dev/usb2/core/usb2_transfer.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901131903.n0DJ3ePW072101>