Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct work_struct * | work | |
struct list_head * | head | |
struct work_struct ** | nextp |
1064 | If Not (The first word is the work queue pointer and the flags rolled into* one(work) & WORK_STRUCT_LINKED) Then Break |
Name | Describe |
---|---|
pwq_activate_delayed_work | |
process_one_work | process_one_work - process single work*@worker: self*@work: work to process* Process @work |
worker_thread | |
rescuer_thread | scuer_thread - the rescuer thread function*@__rescuer: self* Workqueue rescuer thread function |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |