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

/linux-master/include/linux/
H A Dpid_namespace.h48 #define PIDNS_ADDING (1U << 31) macro
/linux-master/kernel/
H A Dpid.c82 .pid_allocated = PIDNS_ADDING,
152 case PIDNS_ADDING:
277 if (!(ns->pid_allocated & PIDNS_ADDING))
302 if (ns->pid_allocated == PIDNS_ADDING)
314 ns->pid_allocated &= ~PIDNS_ADDING;
653 BUILD_BUG_ON(PID_MAX_LIMIT >= PIDNS_ADDING);
H A Dpid_namespace.c113 ns->pid_allocated = PIDNS_ADDING;
H A Dfork.c2543 if (unlikely(!(ns_of_pid(pid)->pid_allocated & PIDNS_ADDING))) {

Completed in 216 milliseconds