Lines Matching refs:p_flag2
158 if ((td->td_proc->p_flag2 & P2_MEMBAR_GLOBE) == 0) {
166 (p1->p_flag2 & P2_MEMBAR_GLOBE) != 0)
174 if ((p->p_flag2 & P2_MEMBAR_GLOBE) == 0) {
176 p->p_flag2 |= P2_MEMBAR_GLOBE;
182 if ((td->td_proc->p_flag2 & P2_MEMBAR_PRIVE) == 0) {
191 if ((p->p_flag2 & P2_MEMBAR_PRIVE) == 0) {
193 p->p_flag2 |= P2_MEMBAR_PRIVE;
199 if ((td->td_proc->p_flag2 & P2_MEMBAR_PRIVE_SYNCORE) == 0) {
220 if ((p->p_flag2 & P2_MEMBAR_PRIVE_SYNCORE) == 0) {
222 p->p_flag2 |= P2_MEMBAR_PRIVE_SYNCORE;