1DELETE_FROM_PAGE_CAC(9)   Memory Management in Linux   DELETE_FROM_PAGE_CAC(9)
2
3
4

NAME

6       delete_from_page_cache - delete page from page cache
7

SYNOPSIS

9       void delete_from_page_cache(struct page * page);
10

ARGUMENTS

12       page
13           the page which the kernel is trying to remove from page cache
14

DESCRIPTION

16       This must be called only on pages that have been verified to be in the
17       page cache and locked. It will never put the page into the free list,
18       the caller has a reference on the page.
19
21Kernel Hackers Manual 3.10         June 2019           DELETE_FROM_PAGE_CAC(9)
Impressum