Searched refs:pid_alive (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/kernel/
H A Dhung_task.c146 can_cont = pid_alive(g) && pid_alive(t); rcu_lock_break()
H A Dtsacct.c65 stats->ac_ppid = pid_alive(tsk) ? bacct_add_tsk()
H A Dpid.c529 if (likely(pid_alive(task))) { __task_pid_nr_ns()
/linux-4.1.27/fs/proc/
H A Darray.c146 ppid = pid_alive(p) ? task_state()
H A Dbase.c388 if (pid_alive(task)) proc_oom_score()
3135 if (pid_alive(start)) { next_tid()
/linux-4.1.27/include/linux/
H A Dsched.h1841 static inline int pid_alive(const struct task_struct *p); task_ppid_nr_ns()
1847 if (pid_alive(tsk)) task_ppid_nr_ns()
1889 * pid_alive - check that a task structure is not stale
1893 * If pid_alive fails, then pointers within the task structure
1898 static inline int pid_alive(const struct task_struct *p) pid_alive() function
/linux-4.1.27/kernel/sched/
H A Dcore.c4544 if (pid_alive(p)) sched_show_task()

Completed in 330 milliseconds