What is Big Kernel Lock?

Matt Schulte matts at commtech-fastcom.com
Thu Dec 29 10:51:18 EST 2011


On Thu, Dec 29, 2011 at 3:03 AM, sandeep kumar
<coolsandyforyou at gmail.com> wrote:
> Hi All,
> Can any one tell me the significance of BKL?
>
> --
> With regards,
> Sandeep Kumar Anantapalli,

In a very small nutshell, the BKL makes it so that only one thread of
the kernel can be running at any one time.  It made it nice for
kernel/driver developers to not have to worry about SMP issues when
running on multiple CPUs.  But at the same time it makes the kernel
very inefficient when executing in an SMP system.

Matt Schulte



More information about the Kernelnewbies mailing list