Searched refs:exit_sem (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dsem.h13 extern void exit_sem(struct task_struct *tsk);
22 static inline void exit_sem(struct task_struct *tsk) function
/linux-master/kernel/
H A Dnsproxy.c533 exit_sem(me);
H A Dfork.c2659 exit_sem(p);
3338 exit_sem(current);
H A Dexit.c871 exit_sem(tsk);
/linux-master/ipc/
H A Dsem.c102 * - at task exit when performing undo adjustments (see exit_sem).
2335 void exit_sem(struct task_struct *tsk) function
2374 /* exit_sem raced with IPC_RMID, nothing to do */
2381 /* exit_sem raced with IPC_RMID, nothing to do */
2388 /* exit_sem raced with IPC_RMID, nothing to do */
2396 /* exit_sem raced with IPC_RMID+semget() that created

Completed in 347 milliseconds