seems to me you want to scale the number of spinlocks with the number of
runnable processes that might want to concurrently access your data
objects. having 1K spinlocks is probably overkill if you only have a
dozen processes trying to access all of your mutually exclusive regions.
- Chuck Lever
-- corporate: <chuckl@netscape.com> personal: <chucklever@netscape.net> or <cel@monkey.org>The Linux Scalability project: http://www.citi.umich.edu/projects/linux-scalability/
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/