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

/linux-master/fs/
H A Dexec.c1206 struct sighand_struct *newsighand; local
1211 newsighand = kmem_cache_alloc(sighand_cachep, GFP_KERNEL);
1212 if (!newsighand)
1215 refcount_set(&newsighand->count, 1);
1219 memcpy(newsighand->action, oldsighand->action,
1220 sizeof(newsighand->action));
1221 rcu_assign_pointer(me->sighand, newsighand);

Completed in 138 milliseconds