Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:atomic_andnot

Proto:static inline void atomic_andnot(int i, atomic_t *v)

Type:void

Parameter:

TypeParameterName
inti
atomic_t *v
652  atomic_and(~i, v)
Caller
NameDescribe
rcu_dynticks_eqs_exitRecord exit from an extended quiescent state. This is only to be* called from an extended quiescent state.
atomic_long_andnot