Searched refs:lock_task_sighand (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/kernel/sched/ |
D | auto_group.c | 56 if (!lock_task_sighand(p, &flags)) in autogroup_task_get() 132 BUG_ON(!lock_task_sighand(p, &flags)); in autogroup_move_group()
|
/linux-4.4.14/kernel/ |
D | freezer.c | 101 if (lock_task_sighand(p, &flags)) { in fake_signal_wake_up()
|
D | ptrace.c | 609 if (lock_task_sighand(child, &flags)) { in ptrace_getsiginfo() 625 if (lock_task_sighand(child, &flags)) { in ptrace_setsiginfo() 932 if (unlikely(!seized || !lock_task_sighand(child, &flags))) in ptrace_request() 957 if (unlikely(!seized || !lock_task_sighand(child, &flags))) in ptrace_request()
|
D | taskstats.c | 222 if (!first || !lock_task_sighand(first, &flags)) in fill_stats_for_tgid()
|
D | signal.c | 1140 if (lock_task_sighand(p, &flags)) { in do_send_sig_info() 1355 if (lock_task_sighand(p, &flags)) { in kill_pid_info_as_cred() 1531 if (!likely(lock_task_sighand(t, &flags))) in send_sigqueue()
|
D | sys.c | 1559 if (!lock_task_sighand(p, &flags)) in k_getrusage()
|
/linux-4.4.14/kernel/time/ |
D | posix-cpu-timers.c | 401 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_del() 641 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_set() 801 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_get() 1065 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_schedule() 1073 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_schedule() 1200 if (!lock_task_sighand(tsk, &flags)) in run_posix_cpu_timers()
|
/linux-4.4.14/fs/proc/ |
D | array.c | 271 if (lock_task_sighand(p, &flags)) { in task_sig() 415 if (lock_task_sighand(task, &flags)) { in do_task_stat()
|
D | base.c | 625 if (!lock_task_sighand(task, &flags)) in proc_pid_limits() 1024 if (lock_task_sighand(task, &flags)) { in oom_adj_read() 1085 if (!lock_task_sighand(task, &flags)) { in oom_adj_write() 1141 if (lock_task_sighand(task, &flags)) { in oom_score_adj_read() 1188 if (!lock_task_sighand(task, &flags)) { in oom_score_adj_write() 2165 tp->sighand = lock_task_sighand(tp->task, &tp->flags); in timers_start() 2540 if (whole && lock_task_sighand(task, &flags)) { in do_io_accounting()
|
/linux-4.4.14/drivers/tty/ |
D | tty_audit.c | 187 if (!lock_task_sighand(tsk, &flags)) in tty_audit_push_current()
|
/linux-4.4.14/fs/ |
D | coredump.c | 370 lock_task_sighand(p, &flags); in zap_threads()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2751 static inline struct sighand_struct *lock_task_sighand(struct task_struct *tsk, in lock_task_sighand() function
|
/linux-4.4.14/drivers/android/ |
D | binder.c | 386 if (!lock_task_sighand(proc->tsk, &irqs)) in task_get_unused_fd_flags()
|