Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:INIT_LIST_HEAD_RCU - Initialize a list_head visible to RCU readers*@list: list to be initialized* You should instead use INIT_LIST_HEAD() for normal initialization and* cleanup tasks, when readers have no access to the list being initialized

Proto:static inline void INIT_LIST_HEAD_RCU(struct list_head *list)

Type:void

Parameter:

TypeParameterName
struct list_head *list
33  WRITE_ONCE(next, list)
34  WRITE_ONCE(prev, list)
Caller
NameDescribe
bpf_prog_alloc_no_stats