Home
last modified time | relevance | path

Searched refs:mark_page_accessed (Results 1 – 13 of 13) sorted by relevance

/linux/mm/
H A Dfolio-compat.c31 void mark_page_accessed(struct page *page) in mark_page_accessed() function
35 EXPORT_SYMBOL(mark_page_accessed);
/linux/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c118 mark_page_accessed(page); in __shmem_rw()
149 mark_page_accessed(page); in shmem_read_to_iosys_map()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_phys.c122 mark_page_accessed(page); in i915_gem_object_put_pages_phys()
H A Di915_gem_userptr.c201 mark_page_accessed(page); in i915_gem_userptr_put_pages()
/linux/include/linux/
H A Dswap.h385 void mark_page_accessed(struct page *);
/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c351 mark_page_accessed(to_page); in ttm_tt_swapout()
/linux/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst83 set, or marked accessed explicitly by the kernel (see mark_page_accessed()). The
/linux/fs/hfs/
H A Dbnode.c571 mark_page_accessed(node->page[i]); in hfs_bnode_put()
/linux/fs/hfsplus/
H A Dbnode.c722 mark_page_accessed(node->page[i]); in hfs_bnode_put()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c406 mark_page_accessed(page); in radeon_ttm_tt_unpin_userptr()
/linux/arch/x86/kvm/svm/
H A Dsev.c827 mark_page_accessed(inpages[i]); in sev_launch_update_data()
1399 mark_page_accessed(pages[i]); in sev_launch_secret()
/linux/Documentation/mm/
H A Dprocess_addrs.rst479 ->lruvec->lru_lock (follow_page_mask->mark_page_accessed)
/linux/virt/kvm/
H A Dkvm_main.c2801 mark_page_accessed(page); in kvm_set_page_accessed()