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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drmap.h228 int try_to_munlock(struct page *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmlock.c100 * try_to_munlock() we must isolate the page from the LRU. If some other
113 int ret = try_to_munlock(page);
H A Drmap.c1235 * This function is only called from try_to_unmap/try_to_munlock for
1237 * When called from try_to_munlock(), the mmap_sem of the mm containing the vma
1288 * This function is only called from try_to_unmap/try_to_munlock for
1290 * When called from try_to_munlock(), the mmap_sem of the mm containing the vma
1423 * try_to_munlock - try to munlock a page
1437 int try_to_munlock(struct page *page) function

Completed in 118 milliseconds