Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Dpid.c78 .pid_allocated = PIDNS_ADDING,
136 switch (--ns->pid_allocated) { in free_pid()
148 ns->pid_allocated = 0; in free_pid()
270 if (!(ns->pid_allocated & PIDNS_ADDING)) in alloc_pid()
275 upid->ns->pid_allocated++; in alloc_pid()
293 if (ns->pid_allocated == PIDNS_ADDING) in alloc_pid()
305 ns->pid_allocated &= ~PIDNS_ADDING; in disable_pid_allocation()
Dpid_namespace.c111 ns->pid_allocated = PIDNS_ADDING; in create_pid_namespace()
245 if (pid_ns->pid_allocated == init_pids) in zap_pid_ns_processes()
Dfork.c2420 if (unlikely(!(ns_of_pid(pid)->pid_allocated & PIDNS_ADDING))) { in copy_process()
/Linux-v6.1/include/linux/
Dpid_namespace.h22 unsigned int pid_allocated; member