Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:_sync_is_idle() - Are readers permitted to use their fastpaths?*@rsp: Pointer to rcu_sync structure to use for synchronization* Returns true if readers are permitted to use their fastpaths. Must be

Proto:static inline bool rcu_sync_is_idle(struct rcu_sync *rsp)

Type:bool

Parameter:

TypeParameterName
struct rcu_sync *rsp
34  RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), "suspicious rcu_sync_is_idle() usage")
36  Return Not READ_ONCE(gp_state)