Function report |
Source Code:include\linux\pagemap.h |
Create Date:2022-07-28 05:45:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:speculatively take a reference to a page
Proto:static inline int __page_cache_add_speculative(struct page *page, int count)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
int | count |
186 | If Value for the false possibility is greater at compile time(!page_ref_add_unless(page, count, 0)) Then |
192 | Return 0 |
195 | VM_BUG_ON_PAGE(PageTail(page), page) |
197 | Return 1 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |