1CONSOLE_CONDITIONAL_(9) Driver Basics CONSOLE_CONDITIONAL_(9)
23
4
NAME
6console_conditional_schedule - yield the CPU if required
7
SYNOPSIS
9void __sched console_conditional_schedule(void);
10
ARGUMENTS
12void
13no arguments
14
DESCRIPTION
16If the console code is currently allowed to sleep, and if this CPU
17should yield the CPU to another task, do so here.
1819
Must be called within acquire_console_sem.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 CONSOLE_CONDITIONAL_(9)