Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dexec.c1018 struct sighand_struct *newsighand; in de_thread() local
1023 newsighand = kmem_cache_alloc(sighand_cachep, GFP_KERNEL); in de_thread()
1024 if (!newsighand) in de_thread()
1027 atomic_set(&newsighand->count, 1); in de_thread()
1028 memcpy(newsighand->action, oldsighand->action, in de_thread()
1029 sizeof(newsighand->action)); in de_thread()
1033 rcu_assign_pointer(tsk->sighand, newsighand); in de_thread()