函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:speculatively take a reference to a page

函数原型:static inline int __page_cache_add_speculative(struct page *page, int count)

返回类型:int

参数:

类型参数名称
struct page *page
intcount
186  如果此条件成立可能性小(为编译器优化)(!page_ref_add_unless(page, count, 0))则
192  返回:0
195  VM_BUG_ON_PAGE(PageTail(page), page)
197  返回:1
调用者
名称描述
page_cache_get_speculative
page_cache_add_speculative