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

NAME

6       console_conditional_schedule - yield the CPU if required
7

SYNOPSIS

9       void __sched console_conditional_schedule(void);
10

ARGUMENTS

12       void
13           no arguments
14

DESCRIPTION

16       If the console code is currently allowed to sleep, and if this CPU
17       should yield the CPU to another task, do so here.
18
19       Must be called within console_lock;.
20
22Kernel Hackers Manual 3.10         June 2019           CONSOLE_CONDITIONAL_(9)
Impressum