Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:move_linked_works - move linked works to a list*@work: start of series of works to be scheduled*@head: target list to append @work to*@nextp: out parameter for nested worklist walking* Schedule linked works starting from @work to @head

Proto:static void move_linked_works(struct work_struct *work, struct list_head *head, struct work_struct **nextp)

Type:void

Parameter:

TypeParameterName
struct work_struct *work
struct list_head *head
struct work_struct **nextp
1063  list_move_tail - delete from one list and add as another's tail*@list: the entry to move*@head: the head that will follow our entry
1064  If Not (The first word is the work queue pointer and the flags rolled into* one(work) & WORK_STRUCT_LINKED) Then Break
1073  If nextp Then nextp = n
Caller
NameDescribe
pwq_activate_delayed_work
process_one_workprocess_one_work - process single work*@worker: self*@work: work to process* Process @work
worker_thread
rescuer_threadscuer_thread - the rescuer thread function*@__rescuer: self* Workqueue rescuer thread function