Home
last modified time | relevance | path

Searched refs:tsk (Results 1 – 2 of 2) sorted by relevance

/ipc/
Dsem.c1245 int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() argument
1255 tsk->sysvsem.undo_list = undo_list; in copy_semundo()
1257 tsk->sysvsem.undo_list = NULL; in copy_semundo()
1274 void exit_sem(struct task_struct *tsk) in exit_sem() argument
1278 ulp = tsk->sysvsem.undo_list; in exit_sem()
1281 tsk->sysvsem.undo_list = NULL; in exit_sem()
1304 sma = sem_lock_check(tsk->nsproxy->ipc_ns, un->semid); in exit_sem()
Dmsg.c63 struct task_struct *tsk; member
227 mss->tsk = current; in ss_add()
250 wake_up_process(mss->tsk); in ss_wakeup()