函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\workqueue.c Create Date:2022-07-27 10:26:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:static void move_linked_works(struct work_struct *work, struct list_head *head, struct work_struct **nextp)

返回类型:void

参数:

类型参数名称
struct work_struct *work
struct list_head *head
struct work_struct **nextp
1063  链表项移动到尾部
1064  如果非The first word is the work queue pointer and the flags rolled into* one(work)按位与WORK_STRUCT_LINKED的值则退出
1073  如果nextpnextp等于n
调用者
名称描述
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