Function report |
Source Code:mm\filemap.c |
Create Date:2022-07-28 14:01:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:page_waitqueue
Proto:static wait_queue_head_t *page_waitqueue(struct page *page)
Type:wait_queue_head_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page |
1002 | Return page_wait_table[hash_ptr(page, In order to wait for pages to become available there must be* waitqueues associated with pages)] |
Name | Describe |
---|---|
wake_up_page_bit | |
wait_on_page_bit | |
wait_on_page_bit_killable | |
put_and_wait_on_page_locked | put_and_wait_on_page_locked - Drop a reference and wait for it to be unlocked*@page: The page to wait for |
add_page_wait_queue | add_page_wait_queue - Add an arbitrary waiter to a page's wait queue*@page: Page defining the wait queue of interest*@waiter: Waiter to add to the queue* Add an arbitrary @waiter to the wait queue for the nominated @page. |
__lock_page | __lock_page - get a lock on the page, assuming we need to sleep to get it*@__page: the page to lock |
__lock_page_killable |
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 |