Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dexec.c1059 struct sighand_struct *oldsighand = tsk->sighand; in de_thread() local
1060 spinlock_t *lock = &oldsighand->siglock; in de_thread()
1189 if (atomic_read(&oldsighand->count) != 1) { in de_thread()
1200 memcpy(newsighand->action, oldsighand->action, in de_thread()
1204 spin_lock(&oldsighand->siglock); in de_thread()
1206 spin_unlock(&oldsighand->siglock); in de_thread()
1209 __cleanup_sighand(oldsighand); in de_thread()