Function report |
Source Code:mm\filemap.c |
Create Date:2022-07-28 14:01:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:wake_up_page_bit
Proto:static void wake_up_page_bit(struct page *page, int bit_nr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
int | bit_nr |
1057 | q = page_waitqueue(page) |
1064 | page_match = 0 |
1066 | flags = 0 |
1067 | private = NULL |
1068 | func = NULL |
1071 | spin_lock_irqsave( & lock, flags) |
1072 | __wake_up_locked_key_bookmark(q, Convenience macros for the sake of wake_up(): , & key, & bookmark) |
1074 | When flags & WQ_FLAG_BOOKMARK cycle |
1097 | ClearPageWaiters(page) |
1106 | spin_unlock_irqrestore( & lock, flags) |
Name | Describe |
---|---|
wake_up_page | |
unlock_page | lock_page - unlock a locked page*@page: the page* Unlocks the page and wakes up sleepers in ___wait_on_page_locked().* Also wakes sleepers in wait_on_page_writeback() because the wakeup* mechanism between PageLocked pages and PageWriteback pages is shared. |
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 |