Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:printk_deferred

Proto:int printk_deferred(const char *fmt, ...)

Type:int

Parameter:

TypeParameterName
const char *fmt
3000  va_start(args, fmt)
3001  r = vprintk_deferred(fmt, args)
3002  va_end(args)
3004  Return r
Caller
NameDescribe
unwind_dump
psi_task_change
printk_safe_flush_line
report_message_lost
__timekeeping_inject_sleeptime__timekeeping_inject_sleeptime - Internal function to add sleep interval*@delta: pointer to a timespec delta value* Takes a timespec offset measuring a suspend interval and properly* adds the sleep offset to the timekeeping variables.