Searched refs:newsighand (Results 1 – 1 of 1) sorted by relevance
1195 struct sighand_struct *newsighand; in de_thread() local1200 newsighand = kmem_cache_alloc(sighand_cachep, GFP_KERNEL); in de_thread()1201 if (!newsighand) in de_thread()1204 refcount_set(&newsighand->count, 1); in de_thread()1205 memcpy(newsighand->action, oldsighand->action, in de_thread()1206 sizeof(newsighand->action)); in de_thread()1210 rcu_assign_pointer(tsk->sighand, newsighand); in de_thread()