Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpid_types.h10 PIDTYPE_MAX, enumerator
A Dpid.h63 struct hlist_head tasks[PIDTYPE_MAX];
A Dsched.h1055 struct hlist_node pid_links[PIDTYPE_MAX];
/linux/kernel/
A Dpid.c269 for (type = 0; type < PIDTYPE_MAX; ++type) in alloc_pid()
363 for (tmp = PIDTYPE_MAX; --tmp >= 0; ) in __change_pid()
A Dexit.c1106 return wo->wo_type == PIDTYPE_MAX || in eligible_pid()
1644 if ((wo->wo_type < PIDTYPE_MAX) && in __do_wait()
1721 type = PIDTYPE_MAX; in kernel_waitid_prepare()
1833 type = PIDTYPE_MAX; in kernel_wait4()
A Dpid_namespace.c209 group_send_sig_info(SIGKILL, SEND_SIG_PRIV, task, PIDTYPE_MAX); in zap_pid_ns_processes()
A Dfork.c1941 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) in init_task_pid_links()
2682 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) { in init_idle_pids()
A Dsignal.c1626 PIDTYPE_MAX); in kill_something_info()
/linux/include/linux/sched/
A Dsignal.h164 struct pid *pids[PIDTYPE_MAX];
/linux/drivers/tty/
A Dsysrq.c368 do_send_sig_info(sig, SEND_SIG_PRIV, p, PIDTYPE_MAX); in send_sig_all()

Completed in 39 milliseconds