Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:page_waitqueue

Proto:static wait_queue_head_t *page_waitqueue(struct page *page)

Type:wait_queue_head_t

Parameter:

TypeParameterName
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)]
Caller
NameDescribe
wake_up_page_bit
wait_on_page_bit
wait_on_page_bit_killable
put_and_wait_on_page_lockedput_and_wait_on_page_locked - Drop a reference and wait for it to be unlocked*@page: The page to wait for
add_page_wait_queueadd_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