Lines Matching refs:sighand
1126 atomic_inc(¤t->sighand->count); in copy_sighand()
1130 rcu_assign_pointer(tsk->sighand, sig); in copy_sighand()
1135 spin_lock_irq(¤t->sighand->siglock); in copy_sighand()
1136 memcpy(sig->action, current->sighand->action, sizeof(sig->action)); in copy_sighand()
1137 spin_unlock_irq(¤t->sighand->siglock); in copy_sighand()
1141 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand() argument
1143 if (atomic_dec_and_test(&sighand->count)) { in __cleanup_sighand()
1144 signalfd_cleanup(sighand); in __cleanup_sighand()
1149 kmem_cache_free(sighand_cachep, sighand); in __cleanup_sighand()
1231 assert_spin_locked(¤t->sighand->siglock); in copy_seccomp()
1618 spin_lock(¤t->sighand->siglock); in copy_process()
1678 spin_unlock(¤t->sighand->siglock); in copy_process()
1693 spin_unlock(¤t->sighand->siglock); in copy_process()
1712 __cleanup_sighand(p->sighand); in copy_process()
1917 struct sighand_struct *sighand = data; in sighand_ctor() local
1919 spin_lock_init(&sighand->siglock); in sighand_ctor()
1920 init_waitqueue_head(&sighand->signalfd_wqh); in sighand_ctor()
1974 if (atomic_read(¤t->sighand->count) > 1) in check_unshare_flags()