Home
last modified time | relevance | path

Searched refs:copy_mm (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/Documentation/userspace-api/
Dunshare.rst248 Each copy function such as copy_mm, copy_namespace, copy_files,
/kernel/linux/linux-5.10/kernel/
Dfork.c1405 static int copy_mm(unsigned long clone_flags, struct task_struct *tsk) in copy_mm() function
2127 retval = copy_mm(clone_flags, p); in copy_process()