Searched refs:PIDNS_ADDING (Results 1 – 4 of 4) sorted by relevance
78 .pid_allocated = PIDNS_ADDING,145 case PIDNS_ADDING: in free_pid()270 if (!(ns->pid_allocated & PIDNS_ADDING)) in alloc_pid()293 if (ns->pid_allocated == PIDNS_ADDING) in alloc_pid()305 ns->pid_allocated &= ~PIDNS_ADDING; in disable_pid_allocation()652 BUILD_BUG_ON(PID_MAX_LIMIT >= PIDNS_ADDING); in pid_idr_init()
111 ns->pid_allocated = PIDNS_ADDING; in create_pid_namespace()
2342 if (unlikely(!(ns_of_pid(pid)->pid_allocated & PIDNS_ADDING))) { in copy_process()
38 #define PIDNS_ADDING (1U << 31) macro
Completed in 10 milliseconds