1CONSOLE_LOCK(9)                  Driver Basics                 CONSOLE_LOCK(9)
2
3
4

NAME

6       console_lock - lock the console system for exclusive use.
7

SYNOPSIS

9       void console_lock(void);
10

ARGUMENTS

12       void
13           no arguments
14

DESCRIPTION

16       Acquires a lock which guarantees that the caller has exclusive access
17       to the console system and the console_drivers list.
18
19       Can sleep, returns nothing.
20
22Kernel Hackers Manual 3.10         June 2019                   CONSOLE_LOCK(9)
Impressum