Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:process_scheduled_works - process scheduled works*@worker: self* Process all scheduled works

Proto:static void process_scheduled_works(struct worker *worker)

Type:void

Parameter:

TypeParameterName
struct worker *worker
2323  When Not list_empty - tests whether a list is empty*@head: the list to test. cycle
2324  work = list_first_entry - get the first element from a list*@ptr: the list head to take the element from.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.* Note, that list is expected to be not empty.( & L: scheduled works , structwork_struct, entry)
2326  process_one_work - process single work*@worker: self*@work: work to process* Process @work
Caller
NameDescribe
worker_thread
rescuer_threadscuer_thread - the rescuer thread function*@__rescuer: self* Workqueue rescuer thread function