1CONSOLE_LOCK(9) Driver Basics CONSOLE_LOCK(9)
23
4
NAME
6console_lock - lock the console system for exclusive use.
7
SYNOPSIS
9void console_lock(void);
10
ARGUMENTS
12void
13no arguments
14
DESCRIPTION
16Acquires a lock which guarantees that the caller has exclusive access
17to the console system and the console_drivers list.
1819
Can sleep, returns nothing.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 CONSOLE_LOCK(9)