Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dpid.c123 struct upid *upid = pid->numbers + i; in free_pid() local
141 idr_remove(&ns->idr, upid->nr); in free_pid()
168 struct upid *upid; in alloc_pid() local
277 for ( ; upid >= pid->numbers; --upid) { in alloc_pid()
279 idr_replace(&upid->ns->idr, pid, upid->nr); in alloc_pid()
280 upid->ns->pid_allocated++; in alloc_pid()
295 upid = pid->numbers + i; in alloc_pid()
296 idr_remove(&upid->ns->idr, upid->nr); in alloc_pid()
495 struct upid *upid; in pid_nr_ns() local
500 if (upid->ns == ns) in pid_nr_ns()
[all …]
H A Dexit.c1739 if (upid <= 0) in kernel_waitid_prepare()
1742 pid = find_get_pid(upid); in kernel_waitid_prepare()
1746 if (upid < 0) in kernel_waitid_prepare()
1749 if (upid) in kernel_waitid_prepare()
1750 pid = find_get_pid(upid); in kernel_waitid_prepare()
1756 if (upid < 0) in kernel_waitid_prepare()
1843 if (upid == INT_MIN) in kernel_wait4()
1846 if (upid == -1) in kernel_wait4()
1848 else if (upid < 0) { in kernel_wait4()
1851 } else if (upid == 0) { in kernel_wait4()
[all …]
H A Dexit.h27 int kernel_waitid_prepare(struct wait_opts *wo, int which, pid_t upid,
/linux-6.15/io_uring/
H A Dwaitid.c27 pid_t upid; member
259 iw->upid = READ_ONCE(sqe->fd); in io_waitid_prep()
272 ret = kernel_waitid_prepare(&iwa->wo, iw->which, iw->upid, &iw->info, in io_waitid()
/linux-6.15/include/linux/
H A Dpid.h50 struct upid { struct
69 struct upid numbers[]; argument
/linux-6.15/arch/s390/include/asm/
H A Ddiag.h176 __u8 upid; member
/linux-6.15/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()