tag
line
file
source code
copy_page_tables
82
include/linux/mm.h
extern int copy_page_tables(struct task_struct * new);
copy_page_tables
64
kernel/fork.c
return copy_page_tables(p);