Function report |
Source Code:mm\page_alloc.c |
Create Date:2022-07-28 15:06:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__page_frag_cache_drain
Proto:void __page_frag_cache_drain(struct page *page, unsigned int count)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
unsigned int | count |
4847 | VM_BUG_ON_PAGE(page_ref_count(page) == 0, page) |
4849 | If page_ref_sub_and_test(page, count) Then free_the_page(page, compound_order(page)) |
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 |