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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsem.h148 extern void exit_sem(struct task_struct *tsk);
156 static inline void exit_sem(struct task_struct *tsk) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfork.c1311 exit_sem(p);
1667 exit_sem(current);
H A Dexit.c984 exit_sem(tsk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dsem.c1376 * - exit_sem is impossible, it always operates on
1528 void exit_sem(struct task_struct *tsk) function
1561 /* exit_sem raced with IPC_RMID, nothing to do */
1567 /* exit_sem raced with IPC_RMID+semget() that created

Completed in 381 milliseconds