Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\rcu.h Create Date:2022-07-28 10:17:33
Last Modify:2022-05-19 07:39:19 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:debug_rcu_head_unqueue

Proto:static inline void debug_rcu_head_unqueue(struct callback_head *head)

Type:void

Parameter:

TypeParameterName
struct callback_head *head

NULL

Caller
NameDescribe
srcu_barriersrcu_barrier - Wait until all in-flight call_srcu() callbacks complete.*@ssp: srcu_struct on which to wait for in-flight callbacks.
srcu_invoke_callbacks
rcu_do_batchInvoke any RCU callbacks that have made it to the end of their grace* period. Thottle as specified by rdp->blimit.
rcu_barrier_funcCalled with preemption disabled, and from cross-cpu IRQ context.
rcu_process_callbacksInvoke the RCU callbacks whose grace period has elapsed.