Home
last modified time | relevance | path

Searched refs:copy_process (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/kernel/
H A Dvhost_task.c130 tsk = copy_process(NULL, 0, NUMA_NO_NODE, &args); in vhost_task_create()
H A Dfork.c2254 __latent_entropy struct task_struct *copy_process( in copy_process() function
2388 * If multiple threads are within copy_process(), then this check in copy_process()
2843 task = copy_process(&init_struct_pid, 0, cpu_to_node(cpu), &args); in fork_idle()
2872 return copy_process(NULL, 0, node, &args); in create_io_thread()
2924 p = copy_process(NULL, trace, NUMA_NO_NODE, args); in kernel_clone()
/kernel/linux/linux-6.6/include/linux/sched/
H A Dtask.h95 struct task_struct *copy_process(struct pid *pid, int trace, int node,
/kernel/linux/linux-5.10/kernel/
H A Dfork.c1882 static __latent_entropy struct task_struct *copy_process( in copy_process() function
2024 * If multiple threads are within copy_process(), then this check in copy_process()
2450 task = copy_process(&init_struct_pid, 0, cpu_to_node(cpu), &args); in fork_idle()
2478 return copy_process(NULL, 0, node, &args); in create_io_thread()
2530 p = copy_process(NULL, trace, NUMA_NO_NODE, args); in kernel_clone()

Completed in 11 milliseconds