Searched refs:lock_task_sighand (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/kernel/sched/ |
D | autogroup.c | 54 if (!lock_task_sighand(p, &flags)) in autogroup_task_get() 142 BUG_ON(!lock_task_sighand(p, &flags)); in autogroup_move_group()
|
/Linux-v4.19/kernel/time/ |
D | posix-cpu-timers.c | 384 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_del() 595 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_set() 745 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_get() 1023 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_rearm() 1031 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_rearm() 1153 if (!lock_task_sighand(tsk, &flags)) in run_posix_cpu_timers()
|
/Linux-v4.19/kernel/ |
D | freezer.c | 103 if (lock_task_sighand(p, &flags)) { in fake_signal_wake_up()
|
D | ptrace.c | 659 if (lock_task_sighand(child, &flags)) { in ptrace_getsiginfo() 675 if (lock_task_sighand(child, &flags)) { in ptrace_setsiginfo() 980 if (unlikely(!seized || !lock_task_sighand(child, &flags))) in ptrace_request() 1005 if (unlikely(!seized || !lock_task_sighand(child, &flags))) in ptrace_request()
|
D | taskstats.c | 220 if (!first || !lock_task_sighand(first, &flags)) in fill_stats_for_tgid()
|
D | signal.c | 1210 if (lock_task_sighand(p, &flags)) { in do_send_sig_info() 1421 if (lock_task_sighand(p, &flags)) { in kill_pid_info_as_cred() 1721 if (!t || !likely(lock_task_sighand(t, &flags))) in send_sigqueue()
|
D | sys.c | 1728 if (!lock_task_sighand(p, &flags)) in getrusage()
|
/Linux-v4.19/fs/proc/ |
D | array.c | 280 if (lock_task_sighand(p, &flags)) { in task_sig() 469 if (lock_task_sighand(task, &flags)) { in do_task_stat()
|
D | base.c | 576 if (!lock_task_sighand(task, &flags)) in proc_pid_limits() 2258 tp->sighand = lock_task_sighand(tp->task, &tp->flags); in timers_start() 2712 if (whole && lock_task_sighand(task, &flags)) { in do_io_accounting()
|
/Linux-v4.19/include/linux/sched/ |
D | signal.h | 646 static inline struct sighand_struct *lock_task_sighand(struct task_struct *tsk, in lock_task_sighand() function
|
/Linux-v4.19/fs/ |
D | coredump.c | 396 lock_task_sighand(p, &flags); in zap_threads()
|
/Linux-v4.19/drivers/android/ |
D | binder.c | 934 if (!lock_task_sighand(proc->tsk, &irqs)) { in task_get_unused_fd_flags()
|