Searched refs:sighand_struct (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/linux/
H A Dsignalfd.h25 extern void signalfd_cleanup(struct sighand_struct *sighand);
31 static inline void signalfd_cleanup(struct sighand_struct *sighand) { }
H A Dsched.h76 struct sighand_struct;
1114 struct sighand_struct __rcu *sighand;
/linux-master/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h65 struct sighand_struct { struct
105 struct sighand_struct *sighand;
/linux-master/include/linux/sched/
H A Dsignal.h21 struct sighand_struct { struct
90 * implies a shared sighand_struct, so locking
91 * sighand_struct is always a proper superset of
628 extern void __cleanup_sighand(struct sighand_struct *);
738 extern struct sighand_struct *__lock_task_sighand(struct task_struct *task,
741 static inline struct sighand_struct *lock_task_sighand(struct task_struct *task,
744 struct sighand_struct *ret;
/linux-master/init/
H A Dinit_task.c47 static struct sighand_struct init_sighand = {
/linux-master/fs/
H A Dsignalfd.c36 void signalfd_cleanup(struct sighand_struct *sighand)
H A Dexec.c1062 struct sighand_struct *oldsighand = tsk->sighand;
1203 struct sighand_struct *oldsighand = me->sighand;
1206 struct sighand_struct *newsighand;
/linux-master/kernel/time/
H A Dposix-cpu-timers.c474 struct sighand_struct *sighand;
629 struct sighand_struct *sighand;
1051 struct sighand_struct *sighand;
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c287 struct sighand_struct *sighand;
/linux-master/kernel/
H A Dexit.c150 struct sighand_struct *sighand;
804 struct sighand_struct *sighand = tsk->sighand;
1011 struct sighand_struct *const sighand = current->sighand;
H A Dfork.c419 /* SLAB cache for sighand_struct structures (tsk->sighand) */
1804 struct sighand_struct *sig;
1827 void __cleanup_sighand(struct sighand_struct *sighand)
3140 struct sighand_struct *sighand = data;
3168 sizeof(struct sighand_struct), 0,
H A Dsignal.c1392 struct sighand_struct *__lock_task_sighand(struct task_struct *tsk,
1395 struct sighand_struct *sighand;
1427 struct sighand_struct *sighand;
2053 struct sighand_struct *psig;
2169 struct sighand_struct *sighand;
2677 struct sighand_struct *sighand = current->sighand;
H A Dptrace.c513 static int ignoring_children(struct sighand_struct *sigh)
/linux-master/net/sunrpc/
H A Dsvc.c1187 struct sighand_struct *sighand;
/linux-master/fs/proc/
H A Dbase.c2442 struct sighand_struct *sighand;

Completed in 258 milliseconds