Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpid.h15 PIDTYPE_MAX, enumerator
65 struct hlist_head tasks[PIDTYPE_MAX];
H A Dsched.h1004 struct hlist_node pid_links[PIDTYPE_MAX];
/openbmc/linux/kernel/
H A Dpid.c265 for (type = 0; type < PIDTYPE_MAX; ++type) in alloc_pid()
352 for (tmp = PIDTYPE_MAX; --tmp >= 0; ) in __change_pid()
H A Dexit.c1061 return wo->wo_type == PIDTYPE_MAX || in eligible_pid()
1601 if ((wo->wo_type < PIDTYPE_MAX) && in do_wait()
1662 type = PIDTYPE_MAX; in kernel_waitid()
1761 type = PIDTYPE_MAX; in kernel_wait4()
H A Dpid_namespace.c208 group_send_sig_info(SIGKILL, SEND_SIG_PRIV, task, PIDTYPE_MAX); in zap_pid_ns_processes()
H A Dfork.c1954 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) in init_task_pid_links()
2805 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) { in init_idle_pids()
H A Dsignal.c1627 PIDTYPE_MAX); in kill_something_info()
/openbmc/linux/include/linux/sched/
H A Dsignal.h163 struct pid *pids[PIDTYPE_MAX];
/openbmc/linux/drivers/tty/
H A Dsysrq.c368 do_send_sig_info(sig, SEND_SIG_PRIV, p, PIDTYPE_MAX); in send_sig_all()