Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:printk_safe_flush_line

Proto:static inline void printk_safe_flush_line(const char *text, int len)

Type:void

Parameter:

TypeParameterName
const char *text
intlen
118  printk_deferred("%.*s", len, text)
Caller
NameDescribe
printk_safe_flush_bufferprintk part of the temporary buffer line by line
__printk_safe_flushFlush data from the associated per-CPU buffer. The function* can be called either via IRQ work or independently.