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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dshmem.c977 * from a stacked writepage: forget our swappage if so.
1058 * we do still want to check if there's a redundant swappage to be
1075 * writepage should replace our old swappage.
1224 struct page *swappage; local
1240 * in under swappage, which is then assigned to filepage.
1243 * too, and may need to be copied from the swappage read in.
1286 swappage = lookup_swap_cache(swap);
1287 if (!swappage) {
1295 swappage = shmem_swapin(swap, gfp, info, idx);
1296 if (!swappage) {
[all...]

Completed in 21 milliseconds