Searched refs:accessed (Results 1 – 11 of 11) sorted by relevance
23 A periodic timer will clear the accessed state of all virtual pages.27 - recently accessed, dirty28 - recently accessed, clean29 - not recently accessed, dirty30 - not recently accessed, clean40 algorithm: all operations are O(1), the accessed flag is cleared on47 int "Recently accessed period, in milliseconds"50 A periodic timer will fire that clears the accessed state of all virtual52 still has the accessed property, it will be considered as recently used.
50 bool accessed; in k_mem_paging_eviction_select() local71 accessed = (flags & ARCH_DATA_PAGE_ACCESSED) != 0UL; in k_mem_paging_eviction_select()82 prec = (dirty ? 1U : 0U) + (accessed ? 2U : 0U); in k_mem_paging_eviction_select()
14 that value. The result is as if user with given UID accessed the file/resource.21 that value. The result is as if user with given GID accessed the file/resource.28 that value. The result is as if process with given PID accessed the file/resource.
9 The symbol table can be accessed by including the
63 an ASE read or dropping a notification if the ASE state is being accessed by another
230 being accessed by another thread.
112 be accessed.
1106 otherwise require encryption/authentication in order to be accessed.
138 and accessed after a warm reboot. It has to be able to hold at
165 triggered whenever a files are accessed using the FS management group
234 Enable commands history. History can be accessed using up and down
Completed in 20 milliseconds