Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpid.h11 PIDTYPE_MAX enumerator
62 struct hlist_head tasks[PIDTYPE_MAX];
Dsched.h1513 struct pid_link pids[PIDTYPE_MAX];
/linux-4.4.14/fs/
Dfcntl.c156 type = PIDTYPE_MAX; in f_setown_ex()
191 case PIDTYPE_MAX: in f_getown_ex()
500 if (type == PIDTYPE_MAX) { in send_sigio()
536 if (type == PIDTYPE_MAX) { in send_sigurg()
/linux-4.4.14/kernel/
Dexit.c917 return wo->wo_type == PIDTYPE_MAX || in eligible_pid()
1495 if ((wo->wo_type < PIDTYPE_MAX) && in do_wait()
1546 type = PIDTYPE_MAX; in SYSCALL_DEFINE5()
1562 if (type < PIDTYPE_MAX) in SYSCALL_DEFINE5()
1612 type = PIDTYPE_MAX; in SYSCALL_DEFINE4()
Dpid.c331 for (type = 0; type < PIDTYPE_MAX; ++type) in alloc_pid()
408 for (tmp = PIDTYPE_MAX; --tmp >= 0; ) in __change_pid()
Dfork.c1669 for (type = PIDTYPE_PID; type < PIDTYPE_MAX; ++type) { in init_idle_pids()