Function report |
Source Code:mm\filemap.c |
Create Date:2022-07-28 14:01:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:wait_on_page_bit
Proto:void wait_on_page_bit(struct page *page, int bit_nr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
int | bit_nr |
1223 | q = page_waitqueue(page) |
1224 | wait_on_page_bit_common(q, page, bit_nr, TASK_UNINTERRUPTIBLE, Hold ref to page and check the bit when woken, like* wait_on_page_writeback() waiting on PG_writeback.) |
Name | Describe |
---|---|
wait_on_page_writeback | Wait for a page to complete writeback |
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 |