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()
414 for (tmp = PIDTYPE_MAX; --tmp >= 0; ) in __change_pid()
H A Dsignal.c1594 PIDTYPE_MAX); in kill_something_info()
/linux/drivers/tty/
H A Dsysrq.c368 do_send_sig_info(sig, SEND_SIG_PRIV, p, PIDTYPE_MAX); in send_sig_all()