Home
last modified time | relevance | path

Searched refs:pid_alive (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/kernel/
H A Dhung_task.c168 can_cont = pid_alive(g) && pid_alive(t); in rcu_lock_break()
H A Dtsacct.c64 stats->ac_ppid = pid_alive(tsk) ? in bacct_add_tsk()
/openbmc/linux/drivers/connector/
H A Dcn_proc.c309 if (pid_alive(task)) { in proc_coredump_connector()
344 if (pid_alive(task)) { in proc_exit_connector()
/openbmc/linux/security/yama/
H A Dyama_lsm.c367 if (!pid_alive(child)) in yama_ptrace_access_check()
/openbmc/linux/include/linux/
H A Dsched.h1602 * pid_alive - check that a task structure is not stale
1606 * If pid_alive fails, then pointers within the task structure
1611 static inline int pid_alive(const struct task_struct *p) in pid_alive() function
1652 if (pid_alive(tsk)) in task_ppid_nr_ns()
/openbmc/linux/kernel/bpf/
H A Dtask_iter.c78 if (!pid_alive(task)) { in task_group_seq_get_next()
/openbmc/linux/fs/proc/
H A Darray.c160 ppid = pid_alive(p) ? in task_state()
H A Dbase.c3901 if (pid_alive(start)) { in next_tid()
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c692 if (!pid && !pid_alive(tsk)) in cpumsf_pid_type()
/openbmc/linux/kernel/sched/
H A Dcore.c9175 if (pid_alive(p)) in sched_show_task()
/openbmc/linux/kernel/events/
H A Dcore.c1339 if (!nr && !pid_alive(p)) in perf_event_pid_type()