Searched refs:P_LTRANSCOMMIT (Results 1 – 2 of 2) sorted by relevance
3821 if (((p->p_lflag & P_LTRANSCOMMIT) == P_LTRANSCOMMIT) || non_blocking) { in proc_transstart()3847 p->p_lflag |= P_LTRANSCOMMIT; in proc_transcommit()3865 p->p_lflag &= ~(P_LINTRANSIT | P_LTRANSCOMMIT); in proc_transend()3884 if ((p->p_lflag & P_LTRANSCOMMIT) == P_LTRANSCOMMIT && current_proc() == p) { in proc_transwait()
519 #define P_LTRANSCOMMIT 0x00000020 /* process is committed to trans */ macro