Home
last modified time | relevance | path

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

/mm/
DKconfig294 Enable bounce buffers for devices that cannot access
467 filesystem wishes to access a page in a file on disk, it first
469 the page is copied into the kernel and a disk access is avoided.
589 access the allocated space.
592 bool "Use page table mapping to access object in zsmalloc"
596 access allocations that span two pages. However, if a particular
Dmemory-failure.c230 void shake_page(struct page *p, int access) in shake_page() argument
245 if (access) { in shake_page()
Dmemory.c3566 if (vma->vm_ops && vma->vm_ops->access) in __access_remote_vm()
3567 ret = vma->vm_ops->access(vma, addr, buf, in __access_remote_vm()