Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dexec.c890 struct sighand_struct *oldsighand = tsk->sighand; in de_thread() local
891 spinlock_t *lock = &oldsighand->siglock; in de_thread()
1017 if (atomic_read(&oldsighand->count) != 1) { in de_thread()
1028 memcpy(newsighand->action, oldsighand->action, in de_thread()
1032 spin_lock(&oldsighand->siglock); in de_thread()
1034 spin_unlock(&oldsighand->siglock); in de_thread()
1037 __cleanup_sighand(oldsighand); in de_thread()