Function report |
Source Code:mm\page-writeback.c |
Create Date:2022-07-28 14:10:53 |
Last Modify:2022-05-23 13:25:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ag_pages_for_writeback - tag pages to be written by write_cache_pages*@mapping: address space structure to write*@start: starting page index*@end: ending page index (inclusive)* This function scans the page range from @start to @end (inclusive) and tags
Proto:void tag_pages_for_writeback(struct address_space *mapping, unsigned long start, unsigned long end)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct address_space * | mapping | |
unsigned long | start | |
unsigned long | end |
2109 | tagged = 0 |
2112 | xas_lock_irq( & xas) |
2115 | If ++tagged % XA_CHECK_SCHED Then Continue |
2119 | xas_unlock_irq( & xas) |
2120 | cond_resched() |
2121 | xas_lock_irq( & xas) |
2123 | xas_unlock_irq( & xas) |
Name | Describe |
---|---|
write_cache_pages | write_cache_pages - walk the list of dirty pages of the given address space and write all of them |
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 |