Function report |
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 activity | Download SCCT | Chinese |
Name:rcu_lock_release
Proto:static inline void rcu_lock_release(struct lockdep_map *map)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct lockdep_map * | map |
213 | lock_release(map, _THIS_IP_) |
Name | Describe |
---|---|
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. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |