Searched refs:P_LINTRANSIT (Results 1 – 3 of 3) sorted by relevance
633 assert(((p->p_lflag & P_LINTRANSIT) == P_LINTRANSIT) && in proc_set_persona_internal()
4504 while ((p->p_lflag & P_LINTRANSIT) == P_LINTRANSIT) { in proc_transstart()4514 p->p_lflag |= P_LINTRANSIT; in proc_transstart()4529 assert((p->p_lflag & P_LINTRANSIT) == P_LINTRANSIT); in proc_transcommit()4549 p->p_lflag &= ~(P_LINTRANSIT | P_LTRANSCOMMIT); in proc_transend()4567 while ((p->p_lflag & P_LINTRANSIT) == P_LINTRANSIT) { in proc_transwait()
526 #define P_LINTRANSIT 0x00000040 /* process in exec or in creation */ macro