Home
last modified time | relevance | path

Searched refs:access (Results 1 – 5 of 5) sorted by relevance

/mm/damon/
DKconfig9 access frequency of each memory region. The information can be useful
28 bool "Data access monitoring primitives for virtual address spaces"
32 This builds the default data access monitoring primitives for DAMON
36 bool "Data access monitoring primitives for the physical address space"
40 This builds the default data access monitoring primitives for DAMON
60 can use the interface for arbitrary data access monitoring.
/mm/
DKconfig288 Enable bounce buffers for devices that cannot access
459 filesystem wishes to access a page in a file on disk, it first
461 the page is copied into the kernel and a disk access is avoided.
715 access the allocated space.
Dmemory-failure.c269 void shake_page(struct page *p, int access) in shake_page() argument
287 if (access) in shake_page()
Dmemory.c5633 if (vma->vm_ops && vma->vm_ops->access) in __access_remote_vm()
5634 ret = vma->vm_ops->access(vma, addr, buf, in __access_remote_vm()
Dmmap.c3582 .access = NULL,