tag | line | file | source code |
---|---|---|---|
swapout | 89 | include/linux/mm.h | void (*swapout)(struct vm_area_struct *, unsigned long, unsigned long *); |
swapout | 315 | mm/swap.c | if (vma->vm_ops && vma->vm_ops->swapout) |
swapout | 316 | mm/swap.c | vma->vm_ops->swapout(vma, offset, table_ptr); |