Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Diocontext.h122 static inline int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io() function
132 static inline int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io() function
/Linux-v6.1/kernel/
Dfork.c2259 retval = copy_io(clone_flags, p); in copy_process()