Home
last modified time | relevance | path

Searched refs:sighand_struct (Results 1 – 8 of 8) 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()
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h66 struct sighand_struct { struct
106 struct sighand_struct *sighand;
/linux/init/
H A Dinit_task.c54 static struct sighand_struct init_sighand = {
/linux/fs/
H A Dsignalfd.c36 void signalfd_cleanup(struct sighand_struct *sighand) in signalfd_cleanup()
H A Dexec.c925 struct sighand_struct *oldsighand = tsk->sighand; in de_thread()
1066 struct sighand_struct *oldsighand = me->sighand; in unshare_sighand()
1069 struct sighand_struct *newsighand; in unshare_sighand()
/linux/kernel/
H A Dfork.c1692 struct sighand_struct *sig; in copy_sighand()
1715 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand()
3110 struct sighand_struct *sighand = data; in sighand_ctor()
3138 sizeof(struct sighand_struct), 0, in proc_caches_init()
/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c396 struct sighand_struct *sighand; in check_lock_type()
/linux/net/sunrpc/
H A Dsvc.c1260 struct sighand_struct *sighand; in svc_unregister()