Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:set_work_pool_and_clear_pending

Proto:static void set_work_pool_and_clear_pending(struct work_struct *work, int pool_id)

Type:void

Parameter:

TypeParameterName
struct work_struct *work
intpool_id
641  smp_wmb()
642  While queued, %WORK_STRUCT_PWQ is set and non flag bits of a work's data* contain the pointer to the queued pwq
671  smp_mb()
Caller
NameDescribe
process_one_workprocess_one_work - process single work*@worker: self*@work: work to process* Process @work
__cancel_work