Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsignalfd.h25 extern void signalfd_cleanup(struct sighand_struct *sighand);
31 static inline void signalfd_cleanup(struct sighand_struct *sighand) { } in signalfd_cleanup()
Dsched.h53 struct sighand_struct;
870 struct sighand_struct *sighand;
/Linux-v4.19/include/linux/sched/
Dsignal.h16 struct sighand_struct { struct
534 extern void __cleanup_sighand(struct sighand_struct *);
643 extern struct sighand_struct *__lock_task_sighand(struct task_struct *tsk,
646 static inline struct sighand_struct *lock_task_sighand(struct task_struct *tsk, in lock_task_sighand()
649 struct sighand_struct *ret; in lock_task_sighand()
/Linux-v4.19/init/
Dinit_task.c46 static struct sighand_struct init_sighand = {
/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c375 struct sighand_struct *sighand; in posix_cpu_timer_del()
578 struct sighand_struct *sighand; in posix_cpu_timer_set()
737 struct sighand_struct *sighand; in posix_cpu_timer_get()
1006 struct sighand_struct *sighand; in posix_cpu_timer_rearm()
/Linux-v4.19/fs/
Dsignalfd.c36 void signalfd_cleanup(struct sighand_struct *sighand) in signalfd_cleanup()
Dexec.c1059 struct sighand_struct *oldsighand = tsk->sighand; in de_thread()
1190 struct sighand_struct *newsighand; in de_thread()
/Linux-v4.19/kernel/
Dexit.c95 struct sighand_struct *sighand; in __exit_signal()
236 struct sighand_struct *sighand; in task_rcu_dereference()
956 struct sighand_struct *const sighand = current->sighand; in do_group_exit()
Dfork.c1417 struct sighand_struct *sig; in copy_sighand()
1435 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand()
2315 struct sighand_struct *sighand = data; in sighand_ctor()
2326 sizeof(struct sighand_struct), 0, in proc_caches_init()
Dsignal.c1283 struct sighand_struct *__lock_task_sighand(struct task_struct *tsk, in __lock_task_sighand()
1286 struct sighand_struct *sighand; in __lock_task_sighand()
1767 struct sighand_struct *psig; in do_notify_parent()
1873 struct sighand_struct *sighand; in do_notify_parent_cldstop()
2338 struct sighand_struct *sighand = current->sighand; in get_signal()
Dptrace.c479 static int ignoring_children(struct sighand_struct *sigh) in ignoring_children()
/Linux-v4.19/fs/proc/
Dbase.c2245 struct sighand_struct *sighand;