Home
last modified time | relevance | path

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

/mm/
DKconfig271 Enable bounce buffers for devices that cannot access
445 filesystem wishes to access a page in a file on disk, it first
447 the page is copied into the kernel and a disk access is avoided.
577 access the allocated space.
580 bool "Use page table mapping to access object in zsmalloc"
584 access allocations that span two pages. However, if a particular
Dmemory-failure.c241 void shake_page(struct page *p, int access) in shake_page() argument
259 if (access) in shake_page()
Dmemory.c4361 if (vma->vm_ops && vma->vm_ops->access) in __access_remote_vm()
4362 ret = vma->vm_ops->access(vma, addr, buf, in __access_remote_vm()