Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dpid.c137 struct upid *upid = pid->numbers + i; in free_pid() local
155 idr_remove(&ns->idr, upid->nr); in free_pid()
169 struct upid *upid; in alloc_pid() local
275 for ( ; upid >= pid->numbers; --upid) { in alloc_pid()
277 idr_replace(&upid->ns->idr, pid, upid->nr); in alloc_pid()
278 upid->ns->pid_allocated++; in alloc_pid()
291 upid = pid->numbers + i; in alloc_pid()
292 idr_remove(&upid->ns->idr, upid->nr); in alloc_pid()
477 struct upid *upid; in pid_nr_ns() local
482 if (upid->ns == ns) in pid_nr_ns()
[all …]
H A Dexit.c1666 if (upid <= 0) in kernel_waitid()
1669 pid = find_get_pid(upid); in kernel_waitid()
1673 if (upid < 0) in kernel_waitid()
1676 if (upid) in kernel_waitid()
1677 pid = find_get_pid(upid); in kernel_waitid()
1683 if (upid < 0) in kernel_waitid()
1757 if (upid == INT_MIN) in kernel_wait4()
1760 if (upid == -1) in kernel_wait4()
1762 else if (upid < 0) { in kernel_wait4()
1765 } else if (upid == 0) { in kernel_wait4()
[all …]
/openbmc/linux/include/linux/
H A Dpid.h54 struct upid { struct
70 struct upid numbers[]; argument
/openbmc/linux/arch/s390/include/asm/
H A Ddiag.h163 __u8 upid; member
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c60 const pid_t upid = CPUCLOCK_PID(clock); in pid_for_clock() local
70 if (upid == 0) in pid_for_clock()
73 pid = find_vpid(upid); in pid_for_clock()
/openbmc/linux/arch/ia64/kernel/
H A Dasm-offsets.c34 BUILD_BUG_ON(sizeof(struct upid) != 16); in foo()