Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sema_init

Proto:static inline void sema_init(struct semaphore *sem, int val)

Type:void

Parameter:

TypeParameterName
struct semaphore *sem
intval
34  * sem = (struct semaphore)
35  lockdep_init_map( & dep_map, "semaphore->lock", & __key, 0)