Home
last modified time | relevance | path

Searched refs:accessed (Results 1 – 11 of 11) sorted by relevance

/subsys/demand_paging/eviction/
A DKconfig23 A periodic timer will clear the accessed state of all virtual pages.
27 - recently accessed, dirty
28 - recently accessed, clean
29 - not recently accessed, dirty
30 - not recently accessed, clean
40 algorithm: all operations are O(1), the accessed flag is cleared on
47 int "Recently accessed period, in milliseconds"
50 A periodic timer will fire that clears the accessed state of all virtual
52 still has the accessed property, it will be considered as recently used.
A Dnru.c50 bool accessed; in k_mem_paging_eviction_select() local
71 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()
/subsys/fs/fuse_client/
A DKconfig14 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.
/subsys/debug/symtab/
A DKconfig9 The symbol table can be accessed by including the
/subsys/bluetooth/audio/
A DKconfig.ascs63 an ASE read or dropping a notification if the ASE state is being accessed by another
A DKconfig.bap230 being accessed by another thread.
/subsys/bluetooth/host/
A DCMakeLists.txt112 be accessed.
A DKconfig1106 otherwise require encryption/authentication in order to be accessed.
/subsys/debug/coredump/
A DKconfig138 and accessed after a warm reboot. It has to be able to hold at
/subsys/mgmt/mcumgr/grp/fs_mgmt/
A DKconfig165 triggered whenever a files are accessed using the FS management group
/subsys/shell/
A DKconfig234 Enable commands history. History can be accessed using up and down

Completed in 20 milliseconds