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:RCU callback function for rcu_barrier(). If we are last, wake* up the task executing rcu_barrier().

Proto:static void rcu_barrier_callback(struct callback_head *rhp)

Type:void

Parameter:

TypeParameterName
struct callback_head *rhp
2879  If atomic_dec_and_test( & # CPUs waiting on. ) Then
2880  Helper function for rcu_barrier() tracing. If tracing is disabled,* the compiler is expected to optimize this away.
2882  mplete: - signals a single thread waiting on this completion*@x: holds the state of this particular completion* This will wake up a single thread waiting on this completion. Threads will be* awakened in the same order in which they were queued.
2883  Else
2884  Helper function for rcu_barrier() tracing. If tracing is disabled,* the compiler is expected to optimize this away.