Searched refs:copy_semundo (Results 1 – 3 of 3) sorted by relevance
12 extern int copy_semundo(unsigned long clone_flags, struct task_struct *tsk);17 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() function
2306 int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() function
2388 retval = copy_semundo(clone_flags, p); in copy_process()