Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sbitmap_clear_bit_unlock

Proto:static inline void sbitmap_clear_bit_unlock(struct sbitmap *sb, unsigned int bitnr)

Type:void

Parameter:

TypeParameterName
struct sbitmap *sb
unsigned intbitnr
326  lear_bit_unlock - Clear a bit in memory, for unlock*@nr: the bit to set*@addr: the address to start counting from* This operation is atomic and provides release barrier semantics.