Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\locking\rtmutex-debug.c Create Date:2022-07-28 09:52:46
Last Modify:2020-03-17 14:29:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:printk_task

Proto:static void printk_task(struct task_struct *p)

Type:void

Parameter:

TypeParameterName
struct task_struct *p
37  If p Then printk("%16s:%5d [%p, %3d]", * executable name, excluding path. * - normally initialized setup_new_exec() * - access it with [gs]et_task_comm() * - lock it with task_lock(), task_pid_nr(p), p, prio)
39  Else printk("<none>")
Caller
NameDescribe
printk_lock