Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pr_cont_work

Proto:static void pr_cont_work(bool comma, struct work_struct *work)

Type:void

Parameter:

TypeParameterName
boolcomma
struct work_struct *work
4650  If func == wq_barrier_func Then
4653  barr = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(work, structwq_barrier, work)
4655  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("%s BAR(%d)", comma ? "," : "", task_pid_nr( purely informational ))
4657  Else
4658  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("%s %ps", comma ? "," : "", func)
Caller
NameDescribe
show_pwq