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