PIDTYPE_MAX 344 drivers/tty/sysrq.c do_send_sig_info(sig, SEND_SIG_PRIV, p, PIDTYPE_MAX); PIDTYPE_MAX 64 include/linux/pid.h struct hlist_head tasks[PIDTYPE_MAX]; PIDTYPE_MAX 825 include/linux/sched.h struct hlist_node pid_links[PIDTYPE_MAX]; PIDTYPE_MAX 151 include/linux/sched/signal.h struct pid *pids[PIDTYPE_MAX]; PIDTYPE_MAX 937 kernel/exit.c return wo->wo_type == PIDTYPE_MAX || PIDTYPE_MAX 1437 kernel/exit.c if ((wo->wo_type < PIDTYPE_MAX) && PIDTYPE_MAX 1506 kernel/exit.c type = PIDTYPE_MAX; PIDTYPE_MAX 1599 kernel/exit.c type = PIDTYPE_MAX; PIDTYPE_MAX 1647 kernel/fork.c for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) { PIDTYPE_MAX 2294 kernel/fork.c for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) { PIDTYPE_MAX 215 kernel/pid.c for (type = 0; type < PIDTYPE_MAX; ++type) PIDTYPE_MAX 301 kernel/pid.c for (tmp = PIDTYPE_MAX; --tmp >= 0; ) PIDTYPE_MAX 220 kernel/pid_namespace.c group_send_sig_info(SIGKILL, SEND_SIG_PRIV, task, PIDTYPE_MAX); PIDTYPE_MAX 1583 kernel/signal.c PIDTYPE_MAX);