suse man page for try_to_release_page

Query: try_to_release_page

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TRY_TO_RELEASE_PAGE(9)					    Memory Management in Linux					    TRY_TO_RELEASE_PAGE(9)

NAME
try_to_release_page - release old fs-specific metadata on a page
SYNOPSIS
int try_to_release_page(struct page * page, gfp_t gfp_mask);
ARGUMENTS
page the page which the kernel is trying to free gfp_mask memory allocation flags (and I/O mode)
DESCRIPTION
The address_space is to try to release any data against the page (presumably at page->private). If the release was successful, return `1'. Otherwise return zero. This may also be called if PG_fscache is set on a page, indicating that the page is known to the local caching routines. The gfp_mask argument specifies whether I/O may be performed to release this page (__GFP_IO), and whether the call may block (__GFP_WAIT & __GFP_FS).
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 TRY_TO_RELEASE_PAGE(9)
Related Man Pages
call_usermodehelper_setup(9) - centos
mpage_readpages(9) - suse
blk_make_request(9) - centos
malloc_trim(3) - redhat
malloc_trim(3) - xfree86
Similar Topics in the Unix Linux Community
Change directory error
Getting command output to putty window title.
Cut command on RHEL 6.8 compatibility issues
The Future of the PM (Private Message) System at UNIX.com
Shopt -s histappend