tag
line
file
source code
swapin
81
include/linux/mm.h
unsigned long (*swapin)(struct vm_area_struct *, unsigned long);
swapin
894
mm/memory.c
if (vma->vm_ops && vma->vm_ops->swapin)
swapin
895
mm/memory.c
page = vma->vm_ops->swapin(vma, entry);