Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:atomic_add_negative

Proto:static inline bool atomic_add_negative(int i, atomic_t *v)

Type:bool

Parameter:

TypeParameterName
inti
atomic_t *v
767  kasan_check_write(v, size of v )
768  Return 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.
Caller
NameDescribe
page_remove_file_rmap
page_remove_anon_compound_rmap
page_remove_rmappage_remove_rmap - take down pte mapping from a page*@page: page to remove mapping from*@compound: uncharge the page as compound or small page* The caller needs to hold the pte lock.
__split_huge_pmd_locked
atomic_long_add_negative