Home
last modified time | relevance | path

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

12

/linux/fs/cachefiles/
A Drdwr.c112 if (trylock_page(backpage)) { in cachefiles_read_reissue()
129 if (trylock_page(backpage)) { in cachefiles_read_reissue()
303 if (trylock_page(backpage)) { in cachefiles_read_backing_file_one()
325 if (!trylock_page(backpage)) in cachefiles_read_backing_file_one()
557 if (trylock_page(backpage)) { in cachefiles_read_backing_file()
582 if (!trylock_page(backpage)) in cachefiles_read_backing_file()
/linux/mm/
A Dballoon_compaction.c23 BUG_ON(!trylock_page(page)); in balloon_page_enqueue_one()
93 if (!trylock_page(page)) in balloon_page_list_dequeue()
A Dpage_idle.c105 if (need_lock && !trylock_page(page)) in page_idle_clear_pte_refs()
A Dmigrate.c95 if (unlikely(!trylock_page(page))) in isolate_movable_page()
960 if (!trylock_page(page)) { in __unmap_and_move()
1028 if (unlikely(!trylock_page(newpage))) in __unmap_and_move()
1303 if (!trylock_page(hpage)) { in unmap_and_move_huge_page()
1329 if (unlikely(!trylock_page(new_hpage))) in unmap_and_move_huge_page()
2278 if (unlikely(!trylock_page(page))) in migrate_vma_collect_pmd()
2371 if (trylock_page(page)) { in migrate_vma_collect_pmd()
A Dmadvise.c420 if (!trylock_page(page)) { in madvise_cold_or_pageout_pte_range()
631 if (!trylock_page(page)) { in madvise_free_pte_range()
653 if (!trylock_page(page)) in madvise_free_pte_range()
A Dhuge_memory.c1307 if (!trylock_page(page)) { in do_huge_pmd_wp_page()
1409 if (!trylock_page(page)) in follow_trans_huge_pmd()
1534 if (!trylock_page(page)) in madvise_free_huge_pmd()
2182 if (unlikely(!trylock_page(page))) { in __split_huge_pmd()
2838 if (!trylock_page(page)) in deferred_split_scan()
2984 if (!trylock_page(page)) in split_huge_pages_pid()
3042 if (!trylock_page(fpage)) in split_huge_pages_in_file()
A Dpage_io.c393 if (trylock_page(page)) { in swap_readpage()
A Dkhugepaged.c662 if (!trylock_page(page)) { in __collapse_huge_page_isolate()
1731 } else if (trylock_page(page)) { in collapse_file()
1773 } else if (trylock_page(page)) { in collapse_file()
A Dreadahead.c51 if (!trylock_page(page)) in read_cache_pages_invalidate_page()
A Dksm.c734 if (!trylock_page(page)) { in get_ksm_page()
1220 if (!trylock_page(page)) in try_to_merge_one_page()
2186 if (!trylock_page(page)) in cmp_and_merge_page()
A Dvmscan.c1541 if (!trylock_page(page)) in shrink_page_list()
1825 if (!trylock_page(page)) in shrink_page_list()
2060 if (!trylock_page(page)) in __isolate_lru_page_prepare()
2540 if (page_has_private(page) && trylock_page(page)) { in shrink_active_list()
A Drmap.c879 we_locked = trylock_page(page); in page_referenced()
2208 if (!trylock_page(pages[i])) { in make_device_exclusive_range()
A Dswap_state.c291 if (PageSwapCache(page) && !page_mapped(page) && trylock_page(page)) { in free_swap_cache()
A Dzsmalloc.c913 if (!trylock_page(cursor)) { in trylock_zspage()
2186 WARN_ON(!trylock_page(page)); in SetZsPageMovable()
A Dfilemap.c2109 if (!trylock_page(page)) in find_lock_entries()
3256 if (!trylock_page(page)) in next_uptodate_page()
A Dz3fold.c1153 if (trylock_page(page)) { in z3fold_alloc()
A Dgup.c589 if (page->mapping && trylock_page(page)) { in follow_page_pte()
A Dmemory.c758 if (trylock_page(page)) { in try_restore_exclusive_pte()
3274 if (!trylock_page(page)) in do_wp_page()
/linux/mm/damon/
A Dpaddr.c56 if (need_lock && !trylock_page(page)) in damon_pa_mkold()
157 if (need_lock && !trylock_page(page)) { in damon_pa_young()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_userptr.c206 if (obj->mm.dirty && trylock_page(page)) { in i915_gem_userptr_put_pages()
/linux/include/linux/
A Dpagemap.h773 static inline int trylock_page(struct page *page) in trylock_page() function
/linux/fs/jbd2/
A Dcommit.c78 if (!trylock_page(page)) in release_buffer_page()
/linux/fs/erofs/
A Dzdata.c312 if (!trylock_page(page)) in erofs_try_to_free_all_cached_pages()
/linux/fs/btrfs/
A Dextent_io.c4270 if (!trylock_page(p)) { in lock_extent_buffer_for_io()
5032 if (!trylock_page(page)) { in extent_write_cache_pages()
6636 if (!trylock_page(page)) in read_extent_buffer_pages()
/linux/fs/ceph/
A Daddr.c808 else if (!trylock_page(page)) in ceph_writepages_start()

Completed in 150 milliseconds

12