Home
last modified time | relevance | path

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

/linux-6.6.21/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.h68 struct sighand_struct;
1105 struct sighand_struct __rcu *sighand;
/linux-6.6.21/tools/perf/util/bpf_skel/vmlinux/
Dvmlinux.h58 struct sighand_struct { struct
98 struct sighand_struct *sighand;
/linux-6.6.21/include/linux/sched/
Dsignal.h20 struct sighand_struct { struct
637 extern void __cleanup_sighand(struct sighand_struct *);
734 extern struct sighand_struct *__lock_task_sighand(struct task_struct *task,
737 static inline struct sighand_struct *lock_task_sighand(struct task_struct *task, in lock_task_sighand()
740 struct sighand_struct *ret; in lock_task_sighand()
/linux-6.6.21/init/
Dinit_task.c46 static struct sighand_struct init_sighand = {
/linux-6.6.21/kernel/time/
Dposix-cpu-timers.c474 struct sighand_struct *sighand; in posix_cpu_timer_del()
629 struct sighand_struct *sighand; in posix_cpu_timer_set()
1051 struct sighand_struct *sighand; in posix_cpu_timer_rearm()
/linux-6.6.21/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()
/linux-6.6.21/kernel/
Dexit.c147 struct sighand_struct *sighand; in __exit_signal()
795 struct sighand_struct *sighand = tsk->sighand; in synchronize_group_exit()
1005 struct sighand_struct *const sighand = current->sighand; in do_group_exit()
Dsignal.c1401 struct sighand_struct *__lock_task_sighand(struct task_struct *tsk, in __lock_task_sighand()
1404 struct sighand_struct *sighand; in __lock_task_sighand()
1436 struct sighand_struct *sighand; in lockdep_assert_task_sighand_held()
2062 struct sighand_struct *psig; in do_notify_parent()
2175 struct sighand_struct *sighand; in do_notify_parent_cldstop()
2662 struct sighand_struct *sighand = current->sighand; in get_signal()
Dfork.c1801 struct sighand_struct *sig; in copy_sighand()
1824 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand()
3252 struct sighand_struct *sighand = data; in sighand_ctor()
3280 sizeof(struct sighand_struct), 0, in proc_caches_init()
Dptrace.c533 static int ignoring_children(struct sighand_struct *sigh) in ignoring_children()
/linux-6.6.21/net/sunrpc/
Dsvc.c1187 struct sighand_struct *sighand; in svc_unregister()
/linux-6.6.21/fs/proc/
Dbase.c2447 struct sighand_struct *sighand;