Searched refs:__wake_up_parent (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/sched/
H A Dsignal.h336 extern void __wake_up_parent(struct task_struct *p, struct task_struct *parent);
/linux-master/kernel/
H A Dptrace.c553 __wake_up_parent(p, tracer);
H A Dexit.c1526 void __wake_up_parent(struct task_struct *p, struct task_struct *parent) function
H A Dsignal.c2127 * we still call __wake_up_parent in this case, because a
2144 __wake_up_parent(tsk, tsk->parent);
2217 __wake_up_parent(tsk, parent);
/linux-master/fs/
H A Dexec.c1168 __wake_up_parent(leader, leader->parent);
/linux-master/security/selinux/
H A Dhooks.c2554 __wake_up_parent(current, unrcu_pointer(current->real_parent));

Completed in 186 milliseconds