Re: [patch] remove the BKL (Big Kernel Lock), this time for real

From: David S. Miller
Date: Thu Sep 16 2004 - 17:47:01 EST


On Thu, 16 Sep 2004 15:29:03 -0700
Bill Huey (hui) <bhuey@xxxxxxxx> wrote:

> FreeBSD-current uses adaptive mutexes. However they spin on that mutex
> only if the thread owning it is running across another CPU at that time,
> otherwise it sleeps, maybe priority inherited depending on the
> circumstance.

This is how Solaris MUTEX objects work too.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/