Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:static_key_disable

Proto:static inline void static_key_disable(struct static_key *key)

Type:void

Parameter:

TypeParameterName
struct static_key *key
317  STATIC_KEY_CHECK_USE(key)
319  If atomic_read( & enabled) != 1 Then
320  WARN_ON_ONCE(atomic_read( & enabled) != 0)
321  Return
323  atomic_set( & enabled, 0)
Caller
NameDescribe
invert_key
proc_do_static_key