Home
last modified time | relevance | path

Searched refs:thread_group_leader (Results 1 – 12 of 12) sorted by relevance

/linux/security/yama/
H A Dyama_lsm.c236 if (!thread_group_leader(myself)) in yama_task_prctl()
282 if (!thread_group_leader(parent)) in task_is_descendant()
285 if (!thread_group_leader(walker)) in task_is_descendant()
326 if (!thread_group_leader(tracee)) in ptracer_exception_found()
/linux/include/linux/sched/
H A Dsignal.h699 static inline bool thread_group_leader(struct task_struct *p) in thread_group_leader() function
728 return thread_group_leader(p) && in thread_group_empty()
733 (thread_group_leader(p) && !thread_group_empty(p))
/linux/kernel/
H A Dtsacct.c48 if (thread_group_leader(tsk) && (tsk->flags & PF_FORKNOEXEC)) in bacct_add_tsk()
H A Dpid_namespace.c196 int init_pids = thread_group_leader(me) ? 1 : 2; in zap_pid_ns_processes()
H A Dacct.c606 if (thread_group_leader(current)) { in acct_collect()
H A Dptrace.c547 dead = !thread_group_leader(p); in __ptrace_detach()
H A Dsys.c1110 if (!thread_group_leader(p)) in SYSCALL_DEFINE2()
H A Dfork.c2582 if (thread_group_leader(p)) { in copy_process()
/linux/kernel/bpf/
H A Dtask_iter.c126 } else if (skip_if_dup_files && !thread_group_leader(task) && in task_seq_get_next()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1303 if (thread_group_leader(p)) { in fill_prstatus()
H A Dbinfmt_elf.c1532 if (thread_group_leader(p)) { in fill_prstatus()
/linux/kernel/cgroup/
H A Dcgroup.c4942 if (!thread_group_leader(task)) in css_task_iter_advance()
6776 if (thread_group_leader(tsk) && atomic_read(&tsk->signal->live)) in cgroup_exit()