Home
last modified time | relevance | path

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

/Linux-v5.4/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.h59 struct sighand_struct;
915 struct sighand_struct *sighand;
/Linux-v5.4/include/linux/sched/
Dsignal.h18 struct sighand_struct { struct
556 extern void __cleanup_sighand(struct sighand_struct *);
665 extern struct sighand_struct *__lock_task_sighand(struct task_struct *task,
668 static inline struct sighand_struct *lock_task_sighand(struct task_struct *task, in lock_task_sighand()
671 struct sighand_struct *ret; in lock_task_sighand()
/Linux-v5.4/kernel/time/
Dposix-cpu-timers.c410 struct sighand_struct *sighand; in posix_cpu_timer_del()
568 struct sighand_struct *sighand; in posix_cpu_timer_set()
726 struct sighand_struct *sighand; in posix_cpu_timer_get()
981 struct sighand_struct *sighand; in posix_cpu_timer_rearm()
/Linux-v5.4/init/
Dinit_task.c45 static struct sighand_struct init_sighand = {
/Linux-v5.4/fs/
Dsignalfd.c36 void signalfd_cleanup(struct sighand_struct *sighand) in signalfd_cleanup()
Dexec.c1064 struct sighand_struct *oldsighand = tsk->sighand; in de_thread()
1195 struct sighand_struct *newsighand; in de_thread()
/Linux-v5.4/kernel/
Dfork.c1505 struct sighand_struct *sig; in copy_sighand()
1523 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand()
2684 struct sighand_struct *sighand = data; in sighand_ctor()
2695 sizeof(struct sighand_struct), 0, in proc_caches_init()
Dexit.c96 struct sighand_struct *sighand; in __exit_signal()
907 struct sighand_struct *const sighand = current->sighand; in do_group_exit()
Dsignal.c1363 struct sighand_struct *__lock_task_sighand(struct task_struct *tsk, in __lock_task_sighand()
1366 struct sighand_struct *sighand; in __lock_task_sighand()
1909 struct sighand_struct *psig; in do_notify_parent()
2018 struct sighand_struct *sighand; in do_notify_parent_cldstop()
2523 struct sighand_struct *sighand = current->sighand; in get_signal()
Dptrace.c494 static int ignoring_children(struct sighand_struct *sigh) in ignoring_children()
/Linux-v5.4/fs/proc/
Dbase.c2263 struct sighand_struct *sighand;