Home
last modified time | relevance | path

Searched refs:copy_semundo (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dsem.h32 extern int copy_semundo(unsigned long clone_flags, struct task_struct *tsk);
41 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() function
/linux-4.1.27/ipc/
Dsem.c2037 int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() function
/linux-4.1.27/kernel/
Dfork.c1426 retval = copy_semundo(clone_flags, p); in copy_process()