Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsignalfd.h25 extern void signalfd_cleanup(struct sighand_struct *sighand);
31 static inline void signalfd_cleanup(struct sighand_struct *sighand) { } in signalfd_cleanup()
H A Dsched.h80 struct sighand_struct;
1194 struct sighand_struct __rcu *sighand;
/linux-6.15/include/linux/sched/
H A Dsignal.h21 struct sighand_struct { struct
626 extern void __cleanup_sighand(struct sighand_struct *);
736 extern struct sighand_struct *__lock_task_sighand(struct task_struct *task,
739 static inline struct sighand_struct *lock_task_sighand(struct task_struct *task, in lock_task_sighand()
742 struct sighand_struct *ret; in lock_task_sighand()
/linux-6.15/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h66 struct sighand_struct { struct
106 struct sighand_struct *sighand;
/linux-6.15/init/
H A Dinit_task.c49 static struct sighand_struct init_sighand = {
/linux-6.15/kernel/time/
H A Dposix-cpu-timers.c474 struct sighand_struct *sighand; in posix_cpu_timer_del()
629 struct sighand_struct *sighand; in posix_cpu_timer_set()
1019 struct sighand_struct *sighand; in posix_cpu_timer_rearm()
/linux-6.15/fs/
H A Dsignalfd.c36 void signalfd_cleanup(struct sighand_struct *sighand) in signalfd_cleanup()
H A Dexec.c1019 struct sighand_struct *oldsighand = tsk->sighand; in de_thread()
1160 struct sighand_struct *oldsighand = me->sighand; in unshare_sighand()
1163 struct sighand_struct *newsighand; in unshare_sighand()
/linux-6.15/kernel/
H A Dexit.c157 struct sighand_struct *sighand; in __exit_signal()
877 struct sighand_struct *sighand = tsk->sighand; in synchronize_group_exit()
1086 struct sighand_struct *const sighand = current->sighand; in do_group_exit()
H A Dfork.c1851 struct sighand_struct *sig; in copy_sighand()
1874 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand()
3190 struct sighand_struct *sighand = data; in sighand_ctor()
3223 sizeof(struct sighand_struct), 0, in proc_caches_init()
H A Dsignal.c1358 struct sighand_struct *__lock_task_sighand(struct task_struct *tsk, in __lock_task_sighand()
1361 struct sighand_struct *sighand; in __lock_task_sighand()
1393 struct sighand_struct *sighand; in lockdep_assert_task_sighand_held()
2172 struct sighand_struct *psig; in do_notify_parent()
2285 struct sighand_struct *sighand; in do_notify_parent_cldstop()
2801 struct sighand_struct *sighand = current->sighand; in get_signal()
H A Dptrace.c513 static int ignoring_children(struct sighand_struct *sigh) in ignoring_children()
/linux-6.15/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c354 struct sighand_struct *sighand; in check_lock_type()
/linux-6.15/net/sunrpc/
H A Dsvc.c1216 struct sighand_struct *sighand; in svc_unregister()