Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsignalfd.h24 extern void signalfd_cleanup(struct sighand_struct *sighand);
30 static inline void signalfd_cleanup(struct sighand_struct *sighand) { } in signalfd_cleanup()
Dsched.h513 struct sighand_struct { struct
1570 struct sighand_struct *sighand;
2618 extern void __cleanup_sighand(struct sighand_struct *);
2748 extern struct sighand_struct *__lock_task_sighand(struct task_struct *tsk,
2751 static inline struct sighand_struct *lock_task_sighand(struct task_struct *tsk, in lock_task_sighand()
2754 struct sighand_struct *ret; in lock_task_sighand()
/linux-4.4.14/init/
Dinit_task.c15 static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
/linux-4.4.14/arch/ia64/kernel/
Dinit_task.c21 static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
Dasm-offsets.c67 DEFINE(IA64_SIGHAND_SIGLOCK_OFFSET,offsetof (struct sighand_struct, siglock)); in foo()
/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c392 struct sighand_struct *sighand; in posix_cpu_timer_del()
628 struct sighand_struct *sighand; in posix_cpu_timer_set()
793 struct sighand_struct *sighand; in posix_cpu_timer_get()
1048 struct sighand_struct *sighand; in posix_cpu_timer_schedule()
/linux-4.4.14/fs/
Dsignalfd.c35 void signalfd_cleanup(struct sighand_struct *sighand) in signalfd_cleanup()
Dexec.c896 struct sighand_struct *oldsighand = tsk->sighand; in de_thread()
1024 struct sighand_struct *newsighand; in de_thread()
/linux-4.4.14/kernel/
Dfork.c1069 struct sighand_struct *sig; in copy_sighand()
1085 void __cleanup_sighand(struct sighand_struct *sighand) in __cleanup_sighand()
1841 struct sighand_struct *sighand = data; in sighand_ctor()
1850 sizeof(struct sighand_struct), 0, in proc_caches_init()
Dsignal.c1209 struct sighand_struct *__lock_task_sighand(struct task_struct *tsk, in __lock_task_sighand()
1212 struct sighand_struct *sighand; in __lock_task_sighand()
1576 struct sighand_struct *psig; in do_notify_parent()
1681 struct sighand_struct *sighand; in do_notify_parent_cldstop()
2132 struct sighand_struct *sighand = current->sighand; in get_signal()
Dexit.c87 struct sighand_struct *sighand; in __exit_signal()
864 struct sighand_struct *const sighand = current->sighand; in do_group_exit()
Dptrace.c430 static int ignoring_children(struct sighand_struct *sigh) in ignoring_children()
/linux-4.4.14/fs/proc/
Dbase.c2152 struct sighand_struct *sighand;