Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dpid.c78 .pid_allocated = PIDNS_ADDING,
139 switch (--ns->pid_allocated) { in free_pid()
151 ns->pid_allocated = 0; in free_pid()
273 if (!(ns->pid_allocated & PIDNS_ADDING)) in alloc_pid()
278 upid->ns->pid_allocated++; in alloc_pid()
296 if (ns->pid_allocated == PIDNS_ADDING) in alloc_pid()
308 ns->pid_allocated &= ~PIDNS_ADDING; in disable_pid_allocation()
H A Dpid_namespace.c112 ns->pid_allocated = PIDNS_ADDING; in create_pid_namespace()
249 if (pid_ns->pid_allocated == init_pids) in zap_pid_ns_processes()
H A Dfork.c2653 if (unlikely(!(ns_of_pid(pid)->pid_allocated & PIDNS_ADDING))) { in copy_process()
/openbmc/linux/include/linux/
H A Dpid_namespace.h29 unsigned int pid_allocated; member