Home
last modified time | relevance | path

Searched refs:PIDTYPE_MAX (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dpid_types.h10 PIDTYPE_MAX, enumerator
H A Dsched.h1097 struct hlist_node pid_links[PIDTYPE_MAX];
/linux/kernel/
H A Dexit.c131 struct pid *pids[PIDTYPE_MAX];
1136 return wo->wo_type == PIDTYPE_MAX || in eligible_pid()
1674 if ((wo->wo_type < PIDTYPE_MAX) && in __do_wait()
1751 type = PIDTYPE_MAX; in kernel_waitid_prepare()
1863 type = PIDTYPE_MAX; in kernel_wait4()
H A Dfork.c1806 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) in init_task_pid_links()
2609 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) { in init_idle_pids()
H A Dsys.c1118 struct pid *pids[PIDTYPE_MAX] = { 0 }; in SYSCALL_DEFINE2()
1272 struct pid *pids[PIDTYPE_MAX] = { 0 }; in ksys_setsid()
/linux/drivers/tty/
H A Dsysrq.c368 do_send_sig_info(sig, SEND_SIG_PRIV, p, PIDTYPE_MAX); in send_sig_all()