Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h67 struct sighand_struct;
1116 struct sighand_struct __rcu *sighand;
/kernel/linux/linux-5.10/include/linux/sched/
Dsignal.h20 struct sighand_struct { struct
597 extern void __cleanup_sighand(struct sighand_struct *);
697 extern struct sighand_struct *__lock_task_sighand(struct task_struct *task,
700 static inline struct sighand_struct *lock_task_sighand(struct task_struct *task, in lock_task_sighand()
703 struct sighand_struct *ret; in lock_task_sighand()
/kernel/linux/linux-5.10/init/
Dinit_task.c46 static struct sighand_struct init_sighand = {
/kernel/linux/linux-5.10/kernel/time/
Dposix-cpu-timers.c417 struct sighand_struct *sighand; in posix_cpu_timer_del()
578 struct sighand_struct *sighand; in posix_cpu_timer_set()
987 struct sighand_struct *sighand; in posix_cpu_timer_rearm()
/kernel/linux/linux-5.10/fs/
Dsignalfd.c36 void signalfd_cleanup(struct sighand_struct *sighand) in signalfd_cleanup()
Dexec.c1047 struct sighand_struct *oldsighand = tsk->sighand; in de_thread()
1189 struct sighand_struct *oldsighand = me->sighand; in unshare_sighand()
1192 struct sighand_struct *newsighand; in unshare_sighand()
/kernel/linux/linux-5.10/kernel/
Dfork.c1533 struct sighand_struct *sig; in copy_sighand()
1556 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand()
2840 struct sighand_struct *sighand = data; in sighand_ctor()
2868 sizeof(struct sighand_struct), 0, in proc_caches_init()
Dexit.c151 struct sighand_struct *sighand; in __exit_signal()
982 struct sighand_struct *const sighand = current->sighand; in do_group_exit()
Dsignal.c1369 struct sighand_struct *__lock_task_sighand(struct task_struct *tsk, in __lock_task_sighand()
1372 struct sighand_struct *sighand; in __lock_task_sighand()
1911 struct sighand_struct *psig; in do_notify_parent()
2024 struct sighand_struct *sighand; in do_notify_parent_cldstop()
2519 struct sighand_struct *sighand = current->sighand; in get_signal()
Dptrace.c537 static int ignoring_children(struct sighand_struct *sigh) in ignoring_children()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0004_linux_fs.patch300 void signalfd_cleanup(struct sighand_struct *sighand)
/kernel/linux/linux-5.10/fs/proc/
Dbase.c2601 struct sighand_struct *sighand;