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

/linux-4.1.27/include/linux/
H A Dsignalfd.h24 extern void signalfd_cleanup(struct sighand_struct *sighand);
30 static inline void signalfd_cleanup(struct sighand_struct *sighand) { }
H A Dsched.h505 struct sighand_struct { struct
607 * implies a shared sighand_struct, so locking
608 * sighand_struct is always a proper superset of
1485 struct sighand_struct *sighand;
2499 extern void __cleanup_sighand(struct sighand_struct *);
2625 extern struct sighand_struct *__lock_task_sighand(struct task_struct *tsk,
2628 static inline struct sighand_struct *lock_task_sighand(struct task_struct *tsk, lock_task_sighand()
2631 struct sighand_struct *ret; lock_task_sighand()
/linux-4.1.27/init/
H A Dinit_task.c15 static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
/linux-4.1.27/arch/ia64/kernel/
H A Dinit_task.c21 static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
H A Dasm-offsets.c67 DEFINE(IA64_SIGHAND_SIGLOCK_OFFSET,offsetof (struct sighand_struct, siglock)); foo()
/linux-4.1.27/fs/
H A Dsignalfd.c35 void signalfd_cleanup(struct sighand_struct *sighand) signalfd_cleanup()
H A Dexec.c890 struct sighand_struct *oldsighand = tsk->sighand; de_thread()
1018 struct sighand_struct *newsighand; de_thread()
/linux-4.1.27/kernel/
H A Dfork.c200 /* SLAB cache for sighand_struct structures (tsk->sighand) */
1060 struct sighand_struct *sig; copy_sighand()
1075 void __cleanup_sighand(struct sighand_struct *sighand) __cleanup_sighand()
1810 struct sighand_struct *sighand = data; sighand_ctor()
1819 sizeof(struct sighand_struct), 0, proc_caches_init()
H A Dexit.c87 struct sighand_struct *sighand; __exit_signal()
860 struct sighand_struct *const sighand = current->sighand; do_group_exit()
H A Dsignal.c1260 struct sighand_struct *__lock_task_sighand(struct task_struct *tsk, __lock_task_sighand()
1263 struct sighand_struct *sighand; __lock_task_sighand()
1627 struct sighand_struct *psig; do_notify_parent()
1732 struct sighand_struct *sighand; do_notify_parent_cldstop()
2183 struct sighand_struct *sighand = current->sighand; get_signal()
H A Dptrace.c430 static int ignoring_children(struct sighand_struct *sigh) ignoring_children()
/linux-4.1.27/kernel/time/
H A Dposix-cpu-timers.c369 struct sighand_struct *sighand; posix_cpu_timer_del()
604 struct sighand_struct *sighand; posix_cpu_timer_set()
769 struct sighand_struct *sighand; posix_cpu_timer_get()
1004 struct sighand_struct *sighand; posix_cpu_timer_schedule()
/linux-4.1.27/fs/proc/
H A Dbase.c1956 struct sighand_struct *sighand;

Completed in 650 milliseconds