table of contents
CONSOLE_CONDITIONAL_(9) | Driver Basics | CONSOLE_CONDITIONAL_(9) |
NAME¶
console_conditional_schedule - yield the CPU if required
SYNOPSIS¶
void __sched console_conditional_schedule(void);
ARGUMENTS¶
void
no arguments
DESCRIPTION¶
If the console code is currently allowed to sleep, and if this CPU should yield the CPU to another task, do so here.
Must be called within console_lock;.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |