Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:set_worker_desc - set description for the current work item*@fmt: printf-style format string*@...: arguments for the format string* This function can be called by a running work function to describe what* the work item is about

Proto:void set_worker_desc(const char *fmt, ...)

Type:void

Parameter:

TypeParameterName
const char *fmt
4580  worker = rrent_wq_worker - return struct worker if %current is a workqueue worker
4583  If worker Then
4584  va_start(args, fmt)
4585  vsnprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@args: Arguments for the format string* This function generally
4586  va_end(args)