LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   What is lock_kernel()..? (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/what-is-lock_kernel-4175415525/)

manoj7410 07-08-2012 05:30 AM

What is lock_kernel()..?
 
hi..
I am studing about kernel sources. what is the work of lock_kernel() function in kernel/init/main.c

.
.
Thanks

nini09 07-10-2012 02:23 PM

A lock kernel is a solitary global lock that is held whenever a thread enters kernel space, and is released when the thread returns to user space (a system call is the archetypal example).


All times are GMT -5. The time now is 05:17 PM.