Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpid_types.h10 PIDTYPE_MAX, enumerator
H A Dpid.h64 struct hlist_head tasks[PIDTYPE_MAX];
H A Dsched.h1091 struct hlist_node pid_links[PIDTYPE_MAX];
/linux-6.15/kernel/
H A Dpid.c156 for (tmp = PIDTYPE_MAX; --tmp >= 0; ) in free_pids()
265 for (type = 0; type < PIDTYPE_MAX; ++type) in alloc_pid()
367 for (tmp = PIDTYPE_MAX; --tmp >= 0; ) in __change_pid()
H A Dexit.c130 struct pid *pids[PIDTYPE_MAX];
1120 return wo->wo_type == PIDTYPE_MAX || in eligible_pid()
1658 if ((wo->wo_type < PIDTYPE_MAX) && in __do_wait()
1735 type = PIDTYPE_MAX; in kernel_waitid_prepare()
1847 type = PIDTYPE_MAX; in kernel_wait4()
H A Dpid_namespace.c230 group_send_sig_info(SIGKILL, SEND_SIG_PRIV, task, PIDTYPE_MAX); in zap_pid_ns_processes()
H A Dsys.c1088 struct pid *pids[PIDTYPE_MAX] = { 0 }; in SYSCALL_DEFINE2()
1242 struct pid *pids[PIDTYPE_MAX] = { 0 }; in ksys_setsid()
H A Dfork.c2004 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) in init_task_pid_links()
2741 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) { in init_idle_pids()
H A Dsignal.c1595 PIDTYPE_MAX); in kill_something_info()
/linux-6.15/include/linux/sched/
H A Dsignal.h166 struct pid *pids[PIDTYPE_MAX];
/linux-6.15/drivers/tty/
H A Dsysrq.c368 do_send_sig_info(sig, SEND_SIG_PRIV, p, PIDTYPE_MAX); in send_sig_all()