Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/kernel/
Dfork.c2247 retval = copy_io(clone_flags, p); in copy_process()