tag
line
file
source code
copy_page_tables
143
include/linux/mm.h
extern int copy_page_tables(struct task_struct * to);
copy_page_tables
117
kernel/fork.c
#define copy_vm(p) ((clone_flags & COPYVM)?copy_page_tables(p):clone_page_tables(p))