Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dsignalfd.h25 extern void signalfd_cleanup(struct sighand_struct *sighand);
31 static inline void signalfd_cleanup(struct sighand_struct *sighand) { } in signalfd_cleanup()
A Dsched.h68 struct sighand_struct;
1099 struct sighand_struct __rcu *sighand;
/linux-6.3-rc2/include/linux/sched/
A Dsignal.h20 struct sighand_struct { struct
637 extern void __cleanup_sighand(struct sighand_struct *);
737 extern struct sighand_struct *__lock_task_sighand(struct task_struct *task,
740 static inline struct sighand_struct *lock_task_sighand(struct task_struct *task, in lock_task_sighand()
743 struct sighand_struct *ret; in lock_task_sighand()
/linux-6.3-rc2/init/
A Dinit_task.c46 static struct sighand_struct init_sighand = {
/linux-6.3-rc2/kernel/time/
A Dposix-cpu-timers.c474 struct sighand_struct *sighand; in posix_cpu_timer_del()
629 struct sighand_struct *sighand; in posix_cpu_timer_set()
1049 struct sighand_struct *sighand; in posix_cpu_timer_rearm()
/linux-6.3-rc2/fs/
A Dsignalfd.c36 void signalfd_cleanup(struct sighand_struct *sighand) in signalfd_cleanup()
A Dexec.c1044 struct sighand_struct *oldsighand = tsk->sighand; in de_thread()
1186 struct sighand_struct *oldsighand = me->sighand; in unshare_sighand()
1189 struct sighand_struct *newsighand; in unshare_sighand()
/linux-6.3-rc2/kernel/
A Dexit.c146 struct sighand_struct *sighand; in __exit_signal()
791 struct sighand_struct *sighand = tsk->sighand; in synchronize_group_exit()
1003 struct sighand_struct *const sighand = current->sighand; in do_group_exit()
A Dsignal.c1384 struct sighand_struct *__lock_task_sighand(struct task_struct *tsk, in __lock_task_sighand()
1387 struct sighand_struct *sighand; in __lock_task_sighand()
1419 struct sighand_struct *sighand; in lockdep_assert_task_sighand_held()
2029 struct sighand_struct *psig; in do_notify_parent()
2142 struct sighand_struct *sighand; in do_notify_parent_cldstop()
2629 struct sighand_struct *sighand = current->sighand; in get_signal()
A Dfork.c1659 struct sighand_struct *sig; in copy_sighand()
1682 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand()
3025 struct sighand_struct *sighand = data; in sighand_ctor()
3053 sizeof(struct sighand_struct), 0, in proc_caches_init()
A Dptrace.c532 static int ignoring_children(struct sighand_struct *sigh) in ignoring_children()
/linux-6.3-rc2/fs/proc/
A Dbase.c2447 struct sighand_struct *sighand;

Completed in 71 milliseconds