Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\futex.h Create Date:2022-07-28 10:53:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:futex_atomic_cmpxchg_inatomic

Proto:static inline int futex_atomic_cmpxchg_inatomic(unsigned int *uval, unsigned int __user *uaddr, unsigned int oldval, unsigned int newval)

Type:int

Parameter:

TypeParameterName
unsigned int *uval
unsigned int __user *uaddr
unsigned intoldval
unsigned intnewval
84  Return user_atomic_cmpxchg_inatomic(uval, uaddr, oldval, newval)
Caller
NameDescribe
cmpxchg_futex_value_locked