Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dpid.c74 .pid_allocated = PIDNS_ADDING,
142 case PIDNS_ADDING: in free_pid()
219 if (!(ns->pid_allocated & PIDNS_ADDING)) in alloc_pid()
240 if (ns->pid_allocated == PIDNS_ADDING) in alloc_pid()
252 ns->pid_allocated &= ~PIDNS_ADDING; in disable_pid_allocation()
455 BUILD_BUG_ON(PID_MAX_LIMIT >= PIDNS_ADDING); in pid_idr_init()
Dpid_namespace.c117 ns->pid_allocated = PIDNS_ADDING; in create_pid_namespace()
Dfork.c1980 if (unlikely(!(ns_of_pid(pid)->pid_allocated & PIDNS_ADDING))) { in copy_process()
/Linux-v4.19/include/linux/
Dpid_namespace.h52 #define PIDNS_ADDING (1U << 31) macro