Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Helper function for rcu_barrier() tracing. If tracing is disabled,* the compiler is expected to optimize this away.

Proto:static void rcu_barrier_trace(const char *s, int cpu, unsigned long done)

Type:void

Parameter:

TypeParameterName
const char *s
intcpu
unsigned longdone
2869  Tracepoint for rcu_barrier() execution. The string "s" describes* the rcu_barrier phase:* "Begin": rcu_barrier() started.* "EarlyExit": rcu_barrier() piggybacked, thus early exit.* "Inc1": rcu_barrier() piggyback check counter incremented.
Caller
NameDescribe
rcu_barrier_callbackRCU callback function for rcu_barrier(). If we are last, wake* up the task executing rcu_barrier().
rcu_barrier_funcCalled with preemption disabled, and from cross-cpu IRQ context.
rcu_barrier_barrier - Wait until all in-flight call_rcu() callbacks complete