Searched refs:try_to_unmap_anon (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.
1227 * try_to_unmap_anon - unmap or unlock anonymous page using the object-based
1242 static int try_to_unmap_anon(struct page *page, enum ttu_flags flags) function
1414 ret = try_to_unmap_anon(page, flags);
1444 return try_to_unmap_anon(page, TTU_MUNLOCK);

Completed in 24 milliseconds