Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\rcu\sync.c Create Date:2022-07-28 10:17:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:_sync_init() - Initialize an rcu_sync structure*@rsp: Pointer to rcu_sync structure to be initialized

Proto:void rcu_sync_init(struct rcu_sync *rsp)

Type:void

Parameter:

TypeParameterName
struct rcu_sync *rsp
23  memset(rsp, 0, size of rsp )
24  init_waitqueue_head( & gp_wait)