Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpid.h13 PIDTYPE_MAX, enumerator
62 struct hlist_head tasks[PIDTYPE_MAX];
Dsched.h783 struct hlist_node pid_links[PIDTYPE_MAX];
/Linux-v4.19/kernel/
Dpid.c214 for (type = 0; type < PIDTYPE_MAX; ++type) in alloc_pid()
296 for (tmp = PIDTYPE_MAX; --tmp >= 0; ) in __change_pid()
Dexit.c1008 return wo->wo_type == PIDTYPE_MAX || in eligible_pid()
1508 if ((wo->wo_type < PIDTYPE_MAX) && in do_wait()
1560 type = PIDTYPE_MAX; in kernel_waitid()
1576 if (type < PIDTYPE_MAX) in kernel_waitid()
1641 type = PIDTYPE_MAX; in kernel_wait4()
Dfork.c1591 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) { in init_task_pid_links()
2110 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) { in init_idle_pids()
Dsignal.c1467 PIDTYPE_MAX); in kill_something_info()
/Linux-v4.19/include/linux/sched/
Dsignal.h158 struct pid *pids[PIDTYPE_MAX];
/Linux-v4.19/drivers/tty/
Dsysrq.c351 do_send_sig_info(sig, SEND_SIG_FORCED, p, PIDTYPE_MAX); in send_sig_all()