函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\atomic.h Create Date:2022-07-27 06:38:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:arch_atomic_add_negative - add and test if negative*@i: integer value to add*@v: pointer of type atomic_t* Atomically adds @i to @v and returns true* if the result is negative, or false when* result is greater than or equal to zero.

函数原型:static __always_inline bool arch_atomic_add_negative(int i, atomic_t *v)

返回类型:bool

参数:

类型参数名称
inti
atomic_t *v
154  返回:GEN_BINARY_RMWcc(LOCK_PREFIX"addl", 计数器, s, "er", i)
调用者
名称描述
atomic_add_negative