Lines Matching refs:sg_last
217 tl_assert(DRD_(g_threadinfo)[i].sg_last == NULL); in DRD_()
277 if (p->thr_next == 0 && p != ti->sg_last) in DRD_()
280 for (p = ti->sg_last; p; p = p->thr_prev) { in DRD_()
314 tl_assert(DRD_(g_threadinfo)[created].sg_last == NULL); in DRD_()
523 for (sg = DRD_(g_threadinfo)[tid].sg_last; sg; sg = sg_prev) { in DRD_()
537 DRD_(g_threadinfo)[tid].sg_last = NULL; in DRD_()
832 sg->thr_prev = DRD_(g_threadinfo)[tid].sg_last; in thread_append_segment()
834 if (DRD_(g_threadinfo)[tid].sg_last) in thread_append_segment()
835 DRD_(g_threadinfo)[tid].sg_last->thr_next = sg; in thread_append_segment()
836 DRD_(g_threadinfo)[tid].sg_last = sg; in thread_append_segment()
865 if (sg == DRD_(g_threadinfo)[tid].sg_last) in thread_discard_segment()
866 DRD_(g_threadinfo)[tid].sg_last = sg->thr_prev; in thread_discard_segment()
884 latest_sg = DRD_(g_threadinfo)[tid].sg_last; in DRD_()
899 latest_sg = DRD_(g_threadinfo)[tid].sg_last; in DRD_()
921 latest_sg = DRD_(g_threadinfo)[i].sg_last; in DRD_()
946 latest_sg = DRD_(g_threadinfo)[i].sg_last; in DRD_()
1055 for (sg = DRD_(g_threadinfo)[i].sg_last; sg; sg = sg->thr_prev) { in thread_consistent_segment_ordering()
1133 last_sg = DRD_(g_threadinfo)[tid].sg_last; in DRD_()
1161 tl_assert(DRD_(g_threadinfo)[joiner].sg_last); in DRD_()
1163 tl_assert(DRD_(g_threadinfo)[joinee].sg_last); in DRD_()
1211 tl_assert(DRD_(g_threadinfo)[tid].sg_last); in thread_combine_vc_sync()
1365 for (q = DRD_(g_threadinfo)[i].sg_last; q; q = q->thr_prev) { in thread_report_conflicting_segments_segment()
1485 p = DRD_(g_threadinfo)[tid].sg_last; in thread_compute_conflict_set()
1502 for (q = DRD_(g_threadinfo)[j].sg_last; q; q = q->thr_prev) { in thread_compute_conflict_set()
1583 for (q = DRD_(g_threadinfo)[j].sg_last; in DRD_()
1631 p = DRD_(g_threadinfo)[tid].sg_last; in DRD_()
1635 for (q = DRD_(g_threadinfo)[j].sg_last; in DRD_()