Home
last modified time | relevance | path

Searched refs:exit_sem (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dsem.h13 extern void exit_sem(struct task_struct *tsk);
22 static inline void exit_sem(struct task_struct *tsk) in exit_sem() function
/linux/kernel/
H A Dfork.c2572 exit_sem(p); in copy_process()
3258 exit_sem(current); in ksys_unshare()
H A Dexit.c968 exit_sem(tsk); in do_exit()
/linux/ipc/
H A Dsem.c2335 void exit_sem(struct task_struct *tsk) in exit_sem() function