Query: console_conditional_schedule
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CONSOLE_CONDITIONAL_(9) Driver Basics CONSOLE_CONDITIONAL_(9)NAMEconsole_conditional_schedule - yield the CPU if requiredSYNOPSISvoid __sched console_conditional_schedule(void);ARGUMENTSvoid no argumentsDESCRIPTIONIf 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 acquire_console_sem.COPYRIGHTKernel Hackers Manual 2.6. July 2010 CONSOLE_CONDITIONAL_(9)