tag | line | file | source code |
---|---|---|---|
swapout | 104 | include/linux/mm.h | int (*swapout)(struct vm_area_struct *, unsigned long, pte_t *); |
swapout | 103 | mm/vmscan.c | if (vma->vm_ops && vma->vm_ops->swapout) { |
swapout | 106 | mm/vmscan.c | if (vma->vm_ops->swapout(vma, address - vma->vm_start + vma->vm_offset, page_table)) |