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

/linux-master/include/linux/
H A Dsem.h12 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) function
/linux-master/ipc/
H A Dsem.c66 * (see copy_semundo, CLONE_SYSVSEM)
2306 int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) function
/linux-master/kernel/
H A Dfork.c2374 retval = copy_semundo(clone_flags, p);

Completed in 399 milliseconds