Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpid_types.h10 PIDTYPE_MAX, enumerator
/linux/kernel/
H A Dpid.c154 for (tmp = PIDTYPE_MAX; --tmp >= 0; ) in free_pids()
196 for (type = 0; type < PIDTYPE_MAX; ++type) in alloc_pid()
416 for (tmp = PIDTYPE_MAX; --tmp >= 0; ) in __change_pid()
H A Dfork.c1849 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) in init_task_pid_links()
2653 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) { in init_idle_pids()
/linux/drivers/tty/
H A Dsysrq.c368 do_send_sig_info(sig, SEND_SIG_PRIV, p, PIDTYPE_MAX); in send_sig_all()