Searched refs:oldsighand (Results 1 – 1 of 1) sorted by relevance
1064 struct sighand_struct *oldsighand = tsk->sighand; in de_thread() local1065 spinlock_t *lock = &oldsighand->siglock; in de_thread()1194 if (refcount_read(&oldsighand->count) != 1) { in de_thread()1205 memcpy(newsighand->action, oldsighand->action, in de_thread()1209 spin_lock(&oldsighand->siglock); in de_thread()1211 spin_unlock(&oldsighand->siglock); in de_thread()1214 __cleanup_sighand(oldsighand); in de_thread()