函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\rcu.h Create Date:2022-07-27 11:17:54
Last Modify:2022-05-19 07:39:19 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:debug_rcu_head_unqueue

函数原型:static inline void debug_rcu_head_unqueue(struct callback_head *head)

返回类型:void

参数:

类型参数名称
struct callback_head *head

NULL

调用者
名称描述
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.