Searched refs:try_to_unmap (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Drmap.h201 int try_to_unmap(struct page *, enum ttu_flags flags);
257 #define try_to_unmap(page, refs) SWAP_FAIL macro
268 * Return values of try_to_unmap
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Drmap.h201 int try_to_unmap(struct page *, enum ttu_flags flags);
257 #define try_to_unmap(page, refs) SWAP_FAIL macro
268 * Return values of try_to_unmap
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dmemory-failure.c651 * try_to_unmap(TTU_IGNORE_HWPOISON) to convert the normal PTEs to swap PTEs,
885 * mapped in dirty form. This has to be done before try_to_unmap,
895 * try_to_unmap can fail temporarily due to races.
899 ret = try_to_unmap(hpage, ttu);
902 pr_debug("MCE %#lx: try_to_unmap retry needed %d\n", pfn, ret);
H A Dmigrate.c607 * By try_to_unmap(), page->mapcount goes down to 0 here. In this case,
651 * Calling try_to_unmap() against a page->mapping==NULL page will
669 try_to_unmap(page, TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS);
H A Drmap.c500 * in order that it progresses to try_to_unmap and is moved to the
973 * Subfunctions of try_to_unmap: try_to_unmap_one called
1235 * This function is only called from try_to_unmap/try_to_munlock for
1288 * This function is only called from try_to_unmap/try_to_munlock for
1323 * try_to_unmap(TTU_MUNLOCK) and recover PG_mlocked lazily.
1392 * try_to_unmap - try to remove all page table mappings to a page
1405 int try_to_unmap(struct page *page, enum ttu_flags flags) function
H A Dvmscan.c587 * Mlock lost the isolation race with us. Let try_to_unmap()
733 switch (try_to_unmap(page, TTU_UNMAP)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dmemory-failure.c651 * try_to_unmap(TTU_IGNORE_HWPOISON) to convert the normal PTEs to swap PTEs,
885 * mapped in dirty form. This has to be done before try_to_unmap,
895 * try_to_unmap can fail temporarily due to races.
899 ret = try_to_unmap(hpage, ttu);
902 pr_debug("MCE %#lx: try_to_unmap retry needed %d\n", pfn, ret);
H A Dmigrate.c607 * By try_to_unmap(), page->mapcount goes down to 0 here. In this case,
651 * Calling try_to_unmap() against a page->mapping==NULL page will
669 try_to_unmap(page, TTU_MIGRATION|TTU_IGNORE_MLOCK|TTU_IGNORE_ACCESS);
H A Drmap.c500 * in order that it progresses to try_to_unmap and is moved to the
973 * Subfunctions of try_to_unmap: try_to_unmap_one called
1235 * This function is only called from try_to_unmap/try_to_munlock for
1288 * This function is only called from try_to_unmap/try_to_munlock for
1323 * try_to_unmap(TTU_MUNLOCK) and recover PG_mlocked lazily.
1392 * try_to_unmap - try to remove all page table mappings to a page
1405 int try_to_unmap(struct page *page, enum ttu_flags flags) function
H A Dvmscan.c587 * Mlock lost the isolation race with us. Let try_to_unmap()
733 switch (try_to_unmap(page, TTU_UNMAP)) {

Completed in 665 milliseconds