函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\rcupdate.h Create Date:2022-07-27 06:39:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:rcu_lock_release

函数原型:static inline void rcu_lock_release(struct lockdep_map *map)

返回类型:void

参数:

类型参数名称
struct lockdep_map *map
213  lock_release(map, _THIS_IP_)
调用者
名称描述
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标记rcu锁结束的软中断
rcu_read_unlock_sched标记rcu锁结束
srcu_read_unlock注销过期读锁
__rcu_reclaimReclaim the specified callback, either by invoking it (non-lazy case)* or freeing it directly (lazy case). Return true if lazy, false otherwise.