1WAIT_FOR_STABLE_PAGE(9) Memory Management in Linux WAIT_FOR_STABLE_PAGE(9)
2
3
4
6 wait_for_stable_page - wait for writeback to finish, if necessary.
7
9 void wait_for_stable_page(struct page * page);
10
12 page
13 The page to wait on.
14
16 This function determines if the given page is related to a backing
17 device that requires page contents to be held stable during writeback.
18 If so, then it will wait for any pending writeback to complete.
19
21Kernel Hackers Manual 2.6. June 2019 WAIT_FOR_STABLE_PAGE(9)