Searched refs:pid_allocated (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dpid_namespace.h29 unsigned int pid_allocated; member in struct:pid_namespace
/linux-master/kernel/
H A Dpid.c82 .pid_allocated = PIDNS_ADDING,
143 switch (--ns->pid_allocated) {
155 ns->pid_allocated = 0;
277 if (!(ns->pid_allocated & PIDNS_ADDING))
284 upid->ns->pid_allocated++;
302 if (ns->pid_allocated == PIDNS_ADDING)
314 ns->pid_allocated &= ~PIDNS_ADDING;
H A Dpid_namespace.c113 ns->pid_allocated = PIDNS_ADDING;
249 if (pid_ns->pid_allocated == init_pids)
H A Dfork.c2543 if (unlikely(!(ns_of_pid(pid)->pid_allocated & PIDNS_ADDING))) {

Completed in 98 milliseconds