Home
last modified time | relevance | path

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

/fs/
Dexec.c990 struct sighand_struct *newsighand; in de_thread() local
995 newsighand = kmem_cache_alloc(sighand_cachep, GFP_KERNEL); in de_thread()
996 if (!newsighand) in de_thread()
999 atomic_set(&newsighand->count, 1); in de_thread()
1000 memcpy(newsighand->action, oldsighand->action, in de_thread()
1001 sizeof(newsighand->action)); in de_thread()
1005 rcu_assign_pointer(tsk->sighand, newsighand); in de_thread()