Home
last modified time | relevance | path

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

/linux/kernel/
H A Dpid.c122 struct upid *upid = pid->numbers + i; in free_pid() local
123 struct pid_namespace *ns = upid->ns; in free_pid()
139 idr_remove(&ns->idr, upid->nr); in free_pid()
168 struct upid *upid; in alloc_pid() local
327 for (upid = pid->numbers + ns->level; upid >= pid->numbers; --upid) in alloc_pid()
328 if (unlikely(!(upid->ns->pid_allocated & PIDNS_ADDING))) in alloc_pid()
331 for (upid = pid->numbers + ns->level; upid >= pid->numbers; --upid) { in alloc_pid()
333 idr_replace(&upid->ns->idr, pid, upid->nr); in alloc_pid()
334 upid->ns->pid_allocated++; in alloc_pid()
350 upid = pid->numbers + i; in alloc_pid()
[all …]
H A Dexit.h27 int kernel_waitid_prepare(struct wait_opts *wo, int which, pid_t upid,
/linux/io_uring/
H A Dwaitid.c27 pid_t upid; member
274 iw->upid = READ_ONCE(sqe->fd); in io_waitid_prep()
289 ret = kernel_waitid_prepare(&iwa->wo, iw->which, iw->upid, &iw->info, in io_waitid()
/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()