Searched refs:PF_NPROC_EXCEEDED (Results 1 – 3 of 3) sorted by relevance
1909 if ((current->flags & PF_NPROC_EXCEEDED) && in do_execveat_common()1915 current->flags &= ~PF_NPROC_EXCEEDED; in do_execveat_common()
1807 #define PF_NPROC_EXCEEDED 0x00001000 /* set_user() noticed that RLIMIT_NPROC was exceeded */ macro
2184 current->flags &= ~PF_NPROC_EXCEEDED; in copy_process()