Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:wait_on_page_bit_killable

Proto:int wait_on_page_bit_killable(struct page *page, int bit_nr)

Type:int

Parameter:

TypeParameterName
struct page *page
intbit_nr
1230  q = page_waitqueue(page)
1231  Return wait_on_page_bit_common(q, page, bit_nr, Convenience macros for the sake of set_current_state: , Hold ref to page and check the bit when woken, like* wait_on_page_writeback() waiting on PG_writeback.)