Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mark_work_canceling

Proto:static void mark_work_canceling(struct work_struct *work)

Type:void

Parameter:

TypeParameterName
struct work_struct *work
743  pool_id = get_work_pool_id - return the worker pool ID a given work is associated with*@work: the work item of interest* Return: The worker_pool ID @work was last associated with.* %WORK_OFFQ_POOL_NONE if none.
745  pool_id <<= WORK_OFFQ_POOL_SHIFT
746  While queued, %WORK_STRUCT_PWQ is set and non flag bits of a work's data* contain the pointer to the queued pwq
Caller
NameDescribe
__cancel_work_timer