Searched refs:sighand_struct (Results 1 – 12 of 12) sorted by relevance
25 extern void signalfd_cleanup(struct sighand_struct *sighand);31 static inline void signalfd_cleanup(struct sighand_struct *sighand) { } in signalfd_cleanup()
66 struct sighand_struct;1079 struct sighand_struct __rcu *sighand;
20 struct sighand_struct { struct609 extern void __cleanup_sighand(struct sighand_struct *);709 extern struct sighand_struct *__lock_task_sighand(struct task_struct *task,712 static inline struct sighand_struct *lock_task_sighand(struct task_struct *task, in lock_task_sighand()715 struct sighand_struct *ret; in lock_task_sighand()
46 static struct sighand_struct init_sighand = {
468 struct sighand_struct *sighand; in posix_cpu_timer_del()623 struct sighand_struct *sighand; in posix_cpu_timer_set()1043 struct sighand_struct *sighand; in posix_cpu_timer_rearm()
36 void signalfd_cleanup(struct sighand_struct *sighand) in signalfd_cleanup()
1038 struct sighand_struct *oldsighand = tsk->sighand; in de_thread()1180 struct sighand_struct *oldsighand = me->sighand; in unshare_sighand()1183 struct sighand_struct *newsighand; in unshare_sighand()
1381 struct sighand_struct *__lock_task_sighand(struct task_struct *tsk, in __lock_task_sighand()1384 struct sighand_struct *sighand; in __lock_task_sighand()1416 struct sighand_struct *sighand; in lockdep_assert_task_sighand_held()2014 struct sighand_struct *psig; in do_notify_parent()2127 struct sighand_struct *sighand; in do_notify_parent_cldstop()2619 struct sighand_struct *sighand = current->sighand; in get_signal()
1587 struct sighand_struct *sig; in copy_sighand()1610 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand()2899 struct sighand_struct *sighand = data; in sighand_ctor()2910 sizeof(struct sighand_struct), 0, in proc_caches_init()
96 struct sighand_struct *sighand; in __exit_signal()915 struct sighand_struct *const sighand = current->sighand; in do_group_exit()
510 static int ignoring_children(struct sighand_struct *sigh) in ignoring_children()
2417 struct sighand_struct *sighand;
Completed in 47 milliseconds