Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\printk\printk.c Create Date:2022-07-28 10:05:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__up_console_sem

Proto:static void __up_console_sem(unsigned long ip)

Type:void

Parameter:

TypeParameterName
unsigned longip
251  mutex_release( & console_lock_dep_map, ip)
253  printk_safe_enter_irqsave(flags)
254  p - release the semaphore*@sem: the semaphore to release* Release the semaphore. Unlike mutexes, up() may be called from any* context and even by tasks which have never called down().
255  printk_safe_exit_irqrestore(flags)