Lines Matching full:accessed
11 accessed by a workload and which are idle. This information can be useful for
32 A page is considered idle if it has not been accessed since it was marked idle
33 (for more details on what "accessed" actually means see the :ref:`Implementation
84 considered referenced if it has been recently accessed via a process address
85 space, in which case one or more PTEs it is mapped to will have the Accessed bit
86 set, or marked accessed explicitly by the kernel (see mark_page_accessed()). The
96 - a page is accessed by a device driver using get_user_pages()
107 When a page is marked idle, the Accessed bit must be cleared in all PTEs it is
110 as noted above, uses the Accessed bit to promote actively referenced pages, one
111 more page flag is introduced, the Young flag. When the PTE Accessed bit is
114 Accessed bit and therefore will consider such a page as referenced.