Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__cpu_stop_queue_work

Proto:static void __cpu_stop_queue_work(struct cpu_stopper *stopper, struct cpu_stop_work *work, struct wake_q_head *wakeq)

Type:void

Parameter:

TypeParameterName
struct cpu_stopper *stopper
struct cpu_stop_work *work
struct wake_q_head *wakeq
72  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.
73  wake_q_add() - queue a wakeup for 'later' waking
Caller
NameDescribe
cpu_stop_queue_workqueue @work to @stopper. if offline, @work is completed immediately
cpu_stop_queue_two_works