Searched refs:local_head (Results 1 – 6 of 6) sorted by relevance
260 while (trace.local_head) { in OnFinished()261 CHECK(parts->Queued(trace.local_head)); in OnFinished()262 ctx->trace_part_recycle.PushBack(trace.local_head); in OnFinished()263 trace.local_head = parts->Next(trace.local_head); in OnFinished()
157 local = local || part == trace->local_head; in DoResetImpl()180 trace->local_head = parts->Front(); in DoResetImpl()336 thr->tctx->trace.local_head = nullptr; in SlotDetachImpl()996 trace->local_head = part; in TraceSwitchPartImpl()998 recycle = trace->local_head; in TraceSwitchPartImpl()999 trace->local_head = trace->parts.Next(recycle); in TraceSwitchPartImpl()
193 TracePart* local_head; member
30 local_head() function
81 local_head() function
385 STAILQ_HEAD(, so_splice) local_head; in splice_work_thread()399 STAILQ_INIT(&local_head); in splice_work_thread()400 STAILQ_CONCAT(&local_head, &wq->head); in splice_work_thread()403 STAILQ_FOREACH_SAFE(s, &local_head, next, s_temp) { in splice_work_thread()