Home
last modified time | relevance | path

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

/fs/
Dexec.c874 struct sighand_struct *newsighand; in de_thread() local
879 newsighand = kmem_cache_alloc(sighand_cachep, GFP_KERNEL); in de_thread()
880 if (!newsighand) in de_thread()
883 atomic_set(&newsighand->count, 1); in de_thread()
884 memcpy(newsighand->action, oldsighand->action, in de_thread()
885 sizeof(newsighand->action)); in de_thread()
889 rcu_assign_pointer(tsk->sighand, newsighand); in de_thread()