Searched refs:lock_task_sighand (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | freezer.c | 103 if (lock_task_sighand(p, &flags)) { in fake_signal_wake_up()
|
| H A D | ptrace.c | 706 if (lock_task_sighand(child, &flags)) { in ptrace_getsiginfo() 722 if (lock_task_sighand(child, &flags)) { in ptrace_setsiginfo() 1135 if (unlikely(!seized || !lock_task_sighand(child, &flags))) in ptrace_request() 1160 if (unlikely(!seized || !lock_task_sighand(child, &flags))) in ptrace_request()
|
| H A D | taskstats.c | 206 if (!first || !lock_task_sighand(first, &flags)) in fill_stats_for_tgid()
|
| H A D | signal.c | 1293 if (lock_task_sighand(p, &flags)) { in do_send_sig_info() 1550 if (lock_task_sighand(p, &flags)) { in kill_pid_usb_asyncio() 1868 if (!t || !likely(lock_task_sighand(t, &flags))) in send_sigqueue()
|
| H A D | sys.c | 1748 if (!lock_task_sighand(p, &flags)) in getrusage()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-cpu-timers.c | 431 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_del() 604 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_set() 995 sighand = lock_task_sighand(p, &flags); in posix_cpu_timer_rearm() 1212 if (!lock_task_sighand(tsk, &flags)) in handle_posix_cpu_timers()
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | freezer.c | 160 if (!lock_task_sighand(task, &flags)) in cgroup_freeze_task()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | array.c | 279 if (lock_task_sighand(p, &flags)) { in task_sig() 482 if (lock_task_sighand(task, &flags)) { in do_task_stat()
|
| H A D | base.c | 604 if (!lock_task_sighand(task, &flags)) in proc_pid_limits() 2424 tp->sighand = lock_task_sighand(tp->task, &tp->flags); in timers_start() 2956 if (whole && lock_task_sighand(task, &flags)) { in do_io_accounting()
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | signal.h | 706 static inline struct sighand_struct *lock_task_sighand(struct task_struct *task, in lock_task_sighand() function
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | coredump.c | 435 lock_task_sighand(p, &flags); in zap_threads()
|