Home
last modified time | relevance | path

Searched refs:trylock_page (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dballoon_compaction.c23 BUG_ON(!trylock_page(page)); in balloon_page_enqueue_one()
94 if (!trylock_page(page)) in balloon_page_list_dequeue()
H A Dmemory.c4674 if (trylock_page(vmf->page)) { in do_swap_page()
/linux/include/linux/
H A Dpagemap.h1128 static inline bool trylock_page(struct page *page) in trylock_page() function