Home
last modified time | relevance | path

Searched refs:pid_has_task (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpid.h91 static inline bool pid_has_task(struct pid *pid, enum pid_type type) in pid_has_task() function
/OK3568_Linux_fs/kernel/kernel/
H A Dpid.c350 if (pid_has_task(pid, tmp)) in __change_pid()
600 if (pid_has_task(p, PIDTYPE_TGID)) in SYSCALL_DEFINE2()
H A Dexit.c1449 (!wo->wo_pid || !pid_has_task(wo->wo_pid, wo->wo_type))) in do_wait()
H A Dfork.c1804 if (likely(pid_has_task(pid, PIDTYPE_PID))) { in pidfd_show_fdinfo()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-cpu-timers.c87 return pid_has_task(pid, PIDTYPE_TGID) ? pid : NULL; in pid_for_clock()