Searched refs:try_to_unmap_file (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 Drmap.c974 * repeatedly from either try_to_unmap_anon or try_to_unmap_file.
1281 * try_to_unmap_file - unmap/unlock file page using the object-based rmap method
1295 static int try_to_unmap_file(struct page *page, enum ttu_flags flags) function
1416 ret = try_to_unmap_file(page, flags);
1446 return try_to_unmap_file(page, TTU_MUNLOCK);

Completed in 63 milliseconds