Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Enqueue the irq_work @work on @cpu unless it's already pending* somewhere.* Can be re-enqueued while the callback is still in progress.

Proto:bool irq_work_queue_on(struct irq_work *work, int cpu)

Type:bool

Parameter:

TypeParameterName
struct irq_work *work
intcpu
91  Return Enqueue the irq work @work on the current CPU
Caller
NameDescribe
perf_pending_event_disable