Home
last modified time | relevance | path

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

/linux/kernel/
H A Dvhost_task.c146 tsk = copy_process(NULL, 0, NUMA_NO_NODE, &args); in vhost_task_create()
H A Dfork.c1967 __latent_entropy struct task_struct *copy_process( in copy_process()
2136 * If multiple threads are within copy_process(), then this check in copy_process()
2634 task = copy_process(&init_struct_pid, 0, cpu_to_node(cpu), &args); in kernel_clone()
2661 return copy_process(NULL, 0, node, &args); in kernel_clone()
2683 * namespace. Set this before copy_process() so that the in kernel_clone()
2723 p = copy_process(NULL, trace, NUMA_NO_NODE, args); in user_mode_thread()
1964 __latent_entropy struct task_struct *copy_process( copy_process() function