Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rcu_work_rcufn

Proto:static void rcu_work_rcufn(struct callback_head *rcu)

Type:void

Parameter:

TypeParameterName
struct callback_head *rcu
1718  rwork = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(rcu, structrcu_work, rcu)
1721  local_irq_disable()
1722  __queue_work(WORK_CPU_UNBOUND, target workqueue ->rcu uses to queue ->work , & work)
1723  The local_irq_*() APIs are equal to the raw_local_irq*()* if !TRACE_IRQFLAGS.()