tag | line | file | source code |
---|---|---|---|
swapin | 105 | include/linux/mm.h | pte_t (*swapin)(struct vm_area_struct *, unsigned long, unsigned long); |
swapin | 875 | mm/memory.c | if (!vma->vm_ops || !vma->vm_ops->swapin) { |
swapin | 879 | mm/memory.c | page = vma->vm_ops->swapin(vma, address - vma->vm_start + vma->vm_offset, pte_val(entry)); |