Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:local_add_return - add and return*@i: integer value to add*@l: pointer to type local_t* Atomically adds @i to @l and returns @i + @l

Proto:static inline long local_add_return(long i, local_t *l)

Type:long

Parameter:

TypeParameterName
longi
local_t *l
108  __i = i
109  asm volatile
112  Return i + __i
Caller
NameDescribe
rb_tail_page_update_tail_page_update - move the tail page forward
__rb_reserve_next