Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dpid.c76 .pid_allocated = PIDNS_ADDING,
134 case PIDNS_ADDING: in free_pid()
274 if (!(ns->pid_allocated & PIDNS_ADDING)) in alloc_pid()
300 if (ns->pid_allocated == PIDNS_ADDING) in alloc_pid()
312 ns->pid_allocated &= ~PIDNS_ADDING; in disable_pid_allocation()
773 BUILD_BUG_ON(PID_MAX_LIMIT >= PIDNS_ADDING); in pid_idr_init()
H A Dpid_namespace.c120 ns->pid_allocated = PIDNS_ADDING; in create_pid_namespace()
H A Dfork.c2588 if (unlikely(!(ns_of_pid(pid)->pid_allocated & PIDNS_ADDING))) { in copy_process()
/linux-6.15/include/linux/
H A Dpid_namespace.h54 #define PIDNS_ADDING (1U << 31) macro