Symbol: sighand_struct
fs/exec.c
1044
struct sighand_struct *oldsighand = me->sighand;
fs/exec.c
1047
struct sighand_struct *newsighand;
fs/exec.c
903
struct sighand_struct *oldsighand = tsk->sighand;
fs/signalfd.c
36
void signalfd_cleanup(struct sighand_struct *sighand)
include/linux/sched.h
1197
struct sighand_struct __rcu *sighand;
include/linux/sched.h
85
struct sighand_struct;
include/linux/sched/signal.h
630
extern void __cleanup_sighand(struct sighand_struct *);
include/linux/sched/signal.h
740
extern struct sighand_struct *lock_task_sighand(struct task_struct *task,
include/linux/signalfd.h
25
extern void signalfd_cleanup(struct sighand_struct *sighand);
include/linux/signalfd.h
31
static inline void signalfd_cleanup(struct sighand_struct *sighand) { }
init/init_task.c
52
static struct sighand_struct init_sighand = {
kernel/exit.c
1102
struct sighand_struct *const sighand = current->sighand;
kernel/exit.c
163
struct sighand_struct *sighand;
kernel/exit.c
869
struct sighand_struct *sighand = tsk->sighand;
kernel/fork.c
1646
struct sighand_struct *sig;
kernel/fork.c
1669
void __cleanup_sighand(struct sighand_struct *sighand)
kernel/fork.c
2996
struct sighand_struct *sighand = data;
kernel/fork.c
3024
sizeof(struct sighand_struct), 0,
kernel/ptrace.c
513
static int ignoring_children(struct sighand_struct *sigh)
kernel/signal.c
1358
struct sighand_struct *lock_task_sighand(struct task_struct *tsk,
kernel/signal.c
1361
struct sighand_struct *sighand;
kernel/signal.c
1393
struct sighand_struct *sighand;
kernel/signal.c
2172
struct sighand_struct *psig;
kernel/signal.c
2285
struct sighand_struct *sighand;
kernel/signal.c
2801
struct sighand_struct *sighand = current->sighand;
kernel/time/posix-cpu-timers.c
1019
struct sighand_struct *sighand;
kernel/time/posix-cpu-timers.c
474
struct sighand_struct *sighand;
kernel/time/posix-cpu-timers.c
629
struct sighand_struct *sighand;
net/sunrpc/svc.c
1264
struct sighand_struct *sighand;
tools/perf/util/bpf_skel/lock_contention.bpf.c
368
struct sighand_struct *sighand;
tools/perf/util/bpf_skel/vmlinux/vmlinux.h
106
struct sighand_struct *sighand;