Function report |
Source Code:mm\swap.c |
Create Date:2022-07-28 14:13:10 |
Last Modify:2022-05-23 13:40:24 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Writeback is about to end against a page which has been marked for immediate* reclaim. If it still appears to be reclaimable, move it to the tail of the* inactive list.
Proto:void rotate_reclaimable_page(struct page *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page |
251 | If Not PageLocked(page) && Not PageDirty(page) && Not PageUnevictable(page) && PageLRU(page) Then |
257 | local_irq_save(flags) |
258 | pvec = this_cpu_ptr( & lru_rotate_pvecs) |
261 | local_irq_restore(flags) |
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 |