Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\rcupdate.h Create Date:2022-07-28 05:35:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rcu_lock_release

Proto:static inline void rcu_lock_release(struct lockdep_map *map)

Type:void

Parameter:

TypeParameterName
struct lockdep_map *map
213  lock_release(map, _THIS_IP_)
Caller
NameDescribe
rcu_read_unlock_read_unlock() - marks the end of an RCU read-side critical section.* In most situations, rcu_read_unlock() is immune from deadlock.* However, in kernels built with CONFIG_RCU_BOOST, rcu_read_unlock()
rcu_read_unlock_bh_read_unlock_bh - marks the end of a softirq-only RCU critical section* See rcu_read_lock_bh() for more information.
rcu_read_unlock_sched_read_unlock_sched - marks the end of a RCU-classic critical section* See rcu_read_lock_sched for more information.