Lines Matching refs:sg_last

207          tl_assert(DRD_(g_threadinfo)[i].sg_last == NULL);  in DRD_()
267 if (p->thr_next == 0 && p != ti->sg_last) in DRD_()
270 for (p = ti->sg_last; p; p = p->thr_prev) { in DRD_()
304 tl_assert(DRD_(g_threadinfo)[created].sg_last == NULL); in DRD_()
503 for (sg = DRD_(g_threadinfo)[tid].sg_last; sg; sg = sg_prev) { in DRD_()
517 DRD_(g_threadinfo)[tid].sg_last = NULL; in DRD_()
764 sg->thr_prev = DRD_(g_threadinfo)[tid].sg_last; in thread_append_segment()
766 if (DRD_(g_threadinfo)[tid].sg_last) in thread_append_segment()
767 DRD_(g_threadinfo)[tid].sg_last->thr_next = sg; in thread_append_segment()
768 DRD_(g_threadinfo)[tid].sg_last = sg; in thread_append_segment()
797 if (sg == DRD_(g_threadinfo)[tid].sg_last) in thread_discard_segment()
798 DRD_(g_threadinfo)[tid].sg_last = sg->thr_prev; in thread_discard_segment()
816 latest_sg = DRD_(g_threadinfo)[tid].sg_last; in DRD_()
831 latest_sg = DRD_(g_threadinfo)[tid].sg_last; in DRD_()
853 latest_sg = DRD_(g_threadinfo)[i].sg_last; in DRD_()
878 latest_sg = DRD_(g_threadinfo)[i].sg_last; in DRD_()
987 for (sg = DRD_(g_threadinfo)[i].sg_last; sg; sg = sg->thr_prev) { in thread_consistent_segment_ordering()
1065 last_sg = DRD_(g_threadinfo)[tid].sg_last; in DRD_()
1093 tl_assert(DRD_(g_threadinfo)[joiner].sg_last); in DRD_()
1095 tl_assert(DRD_(g_threadinfo)[joinee].sg_last); in DRD_()
1143 tl_assert(DRD_(g_threadinfo)[tid].sg_last); in thread_combine_vc_sync()
1297 for (q = DRD_(g_threadinfo)[i].sg_last; q; q = q->thr_prev) { in thread_report_conflicting_segments_segment()
1417 p = DRD_(g_threadinfo)[tid].sg_last; in thread_compute_conflict_set()
1434 for (q = DRD_(g_threadinfo)[j].sg_last; q; q = q->thr_prev) { in thread_compute_conflict_set()
1515 for (q = DRD_(g_threadinfo)[j].sg_last; in DRD_()
1563 p = DRD_(g_threadinfo)[tid].sg_last; in DRD_()
1567 for (q = DRD_(g_threadinfo)[j].sg_last; in DRD_()