wait_for_stable_page(9) centos man page | unix.com

Man Page: wait_for_stable_page

Operating Environment: centos

Section: 9

WAIT_FOR_STABLE_PAGE(9) 				    Memory Management in Linux					   WAIT_FOR_STABLE_PAGE(9)

NAME
wait_for_stable_page - wait for writeback to finish, if necessary.
SYNOPSIS
void wait_for_stable_page(struct page * page);
ARGUMENTS
page The page to wait on.
DESCRIPTION
This function determines if the given page is related to a backing device that requires page contents to be held stable during writeback. If so, then it will wait for any pending writeback to complete.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 WAIT_FOR_STABLE_PAGE(9)
Related Man Pages
journal_try_to_free_buffers(9) - centos
struct_pipe_inode_info(9) - centos
wait_event_interruptible_exclusive_locked_irq(9) - centos
tracker-writeback(1) - centos
vop_fsync(9) - centos
Similar Topics in the Unix Linux Community
How to increment version inside a file?
DB2 convert digits to binary format
Docker learning Phase-I
Controlling user input
[TIP] Processing YAML files with yq