delete_from_page_cache(9) centos man page | unix.com

Man Page: delete_from_page_cache

Operating Environment: centos

Section: 9

DELETE_FROM_PAGE_CAC(9) 				    Memory Management in Linux					   DELETE_FROM_PAGE_CAC(9)

NAME
delete_from_page_cache - delete page from page cache
SYNOPSIS
void delete_from_page_cache(struct page * page);
ARGUMENTS
page the page which the kernel is trying to remove from page cache
DESCRIPTION
This must be called only on pages that have been verified to be in the page cache and locked. It will never put the page into the free list, the caller has a reference on the page.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DELETE_FROM_PAGE_CAC(9)
Related Man Pages
kmem_cache_create(9) - suse
sf_buf_free(9) - freebsd
vm_page_insert(9) - debian
journal_try_to_free_buffers(9) - suse
vm_page_remove(9) - freebsd
Similar Topics in the Unix Linux Community
How to increment version inside a file?
Shopt -s histappend
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
Please Welcome Dave Munro to the Moderator Team!