Home
last modified time | relevance | path

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

/linux/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.h84 struct sighand_struct;
1200 struct sighand_struct __rcu *sighand;
/linux/include/linux/sched/
H A Dsignal.h21 struct sighand_struct { struct
630 extern void __cleanup_sighand(struct sighand_struct *);
740 extern struct sighand_struct *__lock_task_sighand(struct task_struct *task,
743 static inline struct sighand_struct *lock_task_sighand(struct task_struct *task, in lock_task_sighand()
746 struct sighand_struct *ret; in lock_task_sighand()
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h66 struct sighand_struct { struct
106 struct sighand_struct *sighand;
/linux/fs/
H A Dexec.c911 struct sighand_struct *oldsighand = tsk->sighand; in de_thread()
1052 struct sighand_struct *oldsighand = me->sighand; in unshare_sighand()
1055 struct sighand_struct *newsighand; in unshare_sighand()
/linux/kernel/
H A Dexit.c163 struct sighand_struct *sighand; in __exit_signal()
869 struct sighand_struct *sighand = tsk->sighand; in synchronize_group_exit()
1096 struct sighand_struct *const sighand = current->sighand; in do_group_exit()
H A Dfork.c1645 struct sighand_struct *sig; in copy_sighand()
1668 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand()
2994 struct sighand_struct *sighand = data; in sighand_ctor()
3022 sizeof(struct sighand_struct), 0, in proc_caches_init()
/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c368 struct sighand_struct *sighand; in check_lock_type()
/linux/net/sunrpc/
H A Dsvc.c1219 struct sighand_struct *sighand; in svc_unregister()